mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-28 19:38:13 +00:00
Fix to the sync from.
This commit is contained in:
parent
ec4da1e91e
commit
4a752bc345
@ -46,7 +46,7 @@ function readCacheLocationPref()
|
||||
|
||||
|
||||
var pref = document.getElementById("browser.cache.disk.parent_directory");
|
||||
if (pref.value != null)
|
||||
if (pref.value != "")
|
||||
return true;
|
||||
else
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user