Fix to the sync from.
git-svn-id: svn://10.0.0.236/trunk@185157 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
b175f5a3f3
commit
230fe78cae
@ -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…
x
Reference in New Issue
Block a user