www

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

commit 6b8cc59beaed2e9dbebb798bc0cbdfe753507c8a
parent 5285fadded70581254465e2ed7e865fe0fc2e7a4
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sun,  8 Mar 2015 00:13:05 -0700

Merge pull request #661 from zuphilip/stop-propagation

Add stopPropagation to menuitem of new icon
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); }