Fix to the sync from.
This commit is contained in:
Родитель
0ef67a5645
Коммит
82c1360f75
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче