mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 22:44:12 +01:00
Fix temporary file filename extensions and host annotation.
Fixes issue #791.
This commit is contained in:
@@ -79,16 +79,6 @@ var Config = Module("config", ConfigBase, {
|
||||
else
|
||||
dactyl.beep();
|
||||
}
|
||||
},
|
||||
|
||||
get tempFile() {
|
||||
let prefix = this.name;
|
||||
try {
|
||||
prefix += "-" + window.content.document.location.hostname;
|
||||
}
|
||||
catch (e) {}
|
||||
|
||||
return prefix + ".txt";
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user