www

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

commit 1ff56d865038372ab80ddeb3b0d6aad131f63d5a
parent 81a980e4db58fa0f4de4d79c949b6c304a946740
Author: David Norton <david@nortoncrew.com>
Date:   Fri, 28 Jul 2006 16:11:44 +0000

Add File (from current page) uses the correct document now. (thanks Dan)


Diffstat:
Mchrome/chromeFiles/content/scholar/itemPane.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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()); } }