mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-18 00:15:46 +01:00
Fix generation of temp filenames. Closes issue #285.
This commit is contained in:
@@ -95,7 +95,7 @@ var Config = Module("config", ConfigBase, {
|
||||
},
|
||||
|
||||
get tempFile() {
|
||||
let prefix = this.name.toLowerCase();
|
||||
let prefix = this.name;
|
||||
try {
|
||||
prefix += "-" + window.content.document.location.hostname;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user