diff --git a/chrome/content/zotero/overlay.js b/chrome/content/zotero/overlay.js index 751372872..412ef810a 100644 --- a/chrome/content/zotero/overlay.js +++ b/chrome/content/zotero/overlay.js @@ -1617,7 +1617,7 @@ var ZoteroPane = new function() file.launch(); } catch (e) { - window.loadURI(fileURL, event); + window.loadURI(fileURL); } } }