www

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

commit 93703c68d1ac2b915a969eba582672208626cc59
parent 481d84795111af162eeb94e530d5c2629bad4752
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri, 29 May 2009 20:05:48 +0000

Fix PDF dragging to collections (from r4559)


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

diff --git a/chrome/content/zotero/overlay.js b/chrome/content/zotero/overlay.js @@ -2441,7 +2441,7 @@ var ZoteroPane = new function() var collectionID = false; } - Zotero.Attachments.importFromURL(url, false, false, collectionID); + Zotero.Attachments.importFromURL(url, false, false, false, collectionID); return; } }