diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index 10832e6a6d..1f9b43a548 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -2443,7 +2443,7 @@ Zotero.Prefs = new function(){ Zotero.updateQuickSearchBox(win.ZoteroPane.document); } - var enumerator = wm.getEnumerator("zotero:item-selector"); + var enumerator = Services.wm.getEnumerator("zotero:item-selector"); while (enumerator.hasMoreElements()) { var win = enumerator.getNext(); if (!win.Zotero) continue;