www

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

commit 88d22601d728d032227cc156fa6217261064fa9d
parent 424ee72f589aa25cced6e52e1bf234a840ee0b59
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu, 19 Feb 2015 01:26:50 -0500

Fix error saving from translator context menu (from aaeb2cec)

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

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