www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit d8ce6ce6f384245a632d676d81150316f6311095
parent 6fa04103c25860a9724f82c85907946c7fa83e76
Author: Simon Kornblith <simon@simonster.com>
Date:   Mon, 16 Dec 2013 10:29:45 -0500

Fix an old typo

Diffstat:
Mchrome/content/zotero/overlay.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/overlay.js b/chrome/content/zotero/overlay.js @@ -104,7 +104,7 @@ var ZoteroOverlay = new function() else if (iconPref == 0) { var toolbar = icon.parentNode; if (toolbar.id == 'addon-bar') { - var palette = doc.getElementById("navigator-toolbox").palette; + var palette = document.getElementById("navigator-toolbox").palette; palette.appendChild(icon); toolbar.setAttribute("currentset", toolbar.currentSet); document.persist(toolbar.id, "currentset");