diff --git a/chrome/content/zotero/browser.js b/chrome/content/zotero/browser.js index 4a1d0b576..05b065446 100644 --- a/chrome/content/zotero/browser.js +++ b/chrome/content/zotero/browser.js @@ -401,7 +401,7 @@ var Zotero_Browser = new function() { } // set annotation bar status - if(tab.page.annotations) { + if(tab.page.annotations && tab.page.annotations.annotations.length) { document.getElementById('zotero-annotate-tb').hidden = false; toggleMode(); } else {