mirror of
https://github.com/zotero/zotero.git
synced 2026-09-27 01:21:27 +00:00
Fix Services.wm call
This commit is contained in:
parent
84882c8ecf
commit
b20a2e153b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue