зеркало из https://github.com/mozilla/pjs.git
Bug 661289 - Scratchpad Save File prompts to overwrite existing files twice.; r=rcampbell
This commit is contained in:
Родитель
1671532706
Коммит
a897e0fd37
|
@ -540,7 +540,7 @@ var Scratchpad = {
|
|||
fp.defaultString = "scratchpad.js";
|
||||
if (fp.show() != Ci.nsIFilePicker.returnCancel) {
|
||||
document.title = this.filename = fp.file.path;
|
||||
this.exportToFile(fp.file);
|
||||
this.exportToFile(fp.file, true);
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче