commit ea50098d300507ee2a0ca94320c922e72f92c409
parent 683af216918170c4061bda78dbdd389bfea09900
Author: Dan Stillman <dstillman@zotero.org>
Date: Tue, 10 Dec 2013 22:21:34 -0500
Debugging for not saving into collection
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/chrome/content/zotero/browser.js b/chrome/content/zotero/browser.js
@@ -504,7 +504,9 @@ var Zotero_Browser = new function() {
libraryID = ZoteroPane.getSelectedLibraryID();
collection = ZoteroPane.getSelectedCollection();
- } catch(e) {}
+ } catch(e) {
+ Zotero.debug(e, 1);
+ }
}
if(Zotero.isConnector) {