From 62f4586eb096c54d9c5321338852ca15753f7f04 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 15 Apr 2016 01:33:28 -0400 Subject: [PATCH] Properly disable download-mode menulist for groups in Sync pref pane --- chrome/content/zotero/preferences/preferences_sync.js | 2 +- chrome/content/zotero/preferences/preferences_sync.xul | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chrome/content/zotero/preferences/preferences_sync.js b/chrome/content/zotero/preferences/preferences_sync.js index 759a5b8e2..fd379f6b6 100644 --- a/chrome/content/zotero/preferences/preferences_sync.js +++ b/chrome/content/zotero/preferences/preferences_sync.js @@ -274,7 +274,7 @@ Zotero_Preferences.Sync = { sep.hidden = true; } - var menulists = document.querySelectorAll('#storage-settings menulist.storage-personal'); + var menulists = document.querySelectorAll('#storage-settings menulist.storage-mode'); for (let menulist of menulists) { menulist.disabled = !enabled; } diff --git a/chrome/content/zotero/preferences/preferences_sync.xul b/chrome/content/zotero/preferences/preferences_sync.xul index 88b2f426a..339528519 100644 --- a/chrome/content/zotero/preferences/preferences_sync.xul +++ b/chrome/content/zotero/preferences/preferences_sync.xul @@ -228,7 +228,7 @@