www

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

commit e9e9527e60a5900b87071b907346f9bcea46fbe1
parent 5285fadded70581254465e2ed7e865fe0fc2e7a4
Author: Philipp Zumstein <zuphilip@gmail.com>
Date:   Tue,  3 Mar 2015 00:00:36 +0100

Add stopPropagation to menuitem of new icon

This should solve 658

Diffstat:
Mchrome/content/zotero/browser.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/chrome/content/zotero/browser.js b/chrome/content/zotero/browser.js @@ -517,6 +517,7 @@ var Zotero_Browser = new function() { menuitem.setAttribute("class", "menuitem-iconic"); menuitem.addEventListener("command", function(e) { Zotero_Browser.scrapeThisPage(translator, e); + e.stopPropagation(); }, false); popup.appendChild(menuitem); }