Fix download-on-sync mode for ZFS

This commit is contained in:
Dan Stillman 2015-10-30 17:08:38 -04:00
parent 73f4d28ab2
commit 6993ca252c

View file

@ -67,7 +67,7 @@ Zotero.Sync.Storage.Local = {
*/
downloadOnSync: function (libraryID, enable) {
var pref = this._getDownloadPrefFromLibrary(libraryID);
var val = 'on-demand';
var val = 'on-sync';
if (enable) {
Zotero.Prefs.set(pref, val);
return;