зеркало из https://github.com/mozilla/gecko-dev.git
Fix a syntax error (simple missing brace). r=syd, a=leaf
This commit is contained in:
Родитель
1f7ca7b2cb
Коммит
6e4d66805d
|
@ -141,7 +141,7 @@ function PrefCacheSelectFolder() {
|
|||
fp.init(window, "", nsIFilePicker.modeGetFolder);
|
||||
fp.setFilters(nsIFilePicker.filterAll);
|
||||
fp.show();
|
||||
var field = document.getElementById "pref:string:browser.cache.directory");
|
||||
var field = document.getElementById("pref:string:browser.cache.directory");
|
||||
field.setAttribute("value", fp.file.path);
|
||||
} catch(ex) { }
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче