diff --git a/chrome/chromeFiles/content/scholar/itemPane.js b/chrome/chromeFiles/content/scholar/itemPane.js index c21dc77a9..8619ccee5 100644 --- a/chrome/chromeFiles/content/scholar/itemPane.js +++ b/chrome/chromeFiles/content/scholar/itemPane.js @@ -453,7 +453,7 @@ ScholarItemPane = new function() function addFileFromPage() { - Scholar.Files.importFromDocument(window.document, _itemBeingEdited.getID()); + Scholar.Files.importFromDocument(window.content.document, _itemBeingEdited.getID()); } }