diff --git a/chrome/content/zotero/overlay.js b/chrome/content/zotero/overlay.js index 032c4f298..ac5ee8346 100644 --- a/chrome/content/zotero/overlay.js +++ b/chrome/content/zotero/overlay.js @@ -325,7 +325,7 @@ var ZoteroPane = new function() var showing = tagSelector.getAttribute('collapsed') == 'true'; tagSelector.setAttribute('collapsed', !showing); - this.updateTagSelectorSize(); + updateTagSelectorSize(); // If showing, set scope to items in current view // and focus filter textbox