diff --git a/chrome/content/zotero/bindings/guidancepanel.xml b/chrome/content/zotero/bindings/guidancepanel.xml index 59a8f8f770..5f9999e50d 100644 --- a/chrome/content/zotero/bindings/guidancepanel.xml +++ b/chrome/content/zotero/bindings/guidancepanel.xml @@ -74,6 +74,14 @@ } else { f(); } + + if(this.hasAttribute("noautohide")) { + var listener = function() { + panel.hidePopup(); + panel.removeEventListener("click", listener, false); + } + panel.addEventListener("click", listener, false); + } ]]> @@ -87,7 +95,7 @@ - + diff --git a/chrome/content/zotero/overlay.xul b/chrome/content/zotero/overlay.xul index 0bfe94cc07..78c2ebcdc3 100644 --- a/chrome/content/zotero/overlay.xul +++ b/chrome/content/zotero/overlay.xul @@ -52,7 +52,7 @@ - +