Clarify icon comment

This commit is contained in:
Dan Stillman 2015-01-31 16:01:14 -05:00
parent bcacb79489
commit fb8149e6db

View file

@ -79,8 +79,7 @@ var ZoteroOverlay = new function()
var iconPref = prefBranch.getIntPref('statusBarIcon');
// If this is the first run, add icon to add-on bar if not
// in the window already and not hidden by the Zotero prefs
// Add icon to toolbar if not in the window already and not hidden by the pref
if (!document.getElementById("zotero-toolbar-button") && iconPref != 0) {
navBar.insertItem("zotero-toolbar-button");
navBar.setAttribute("currentset", navBar.currentSet);