commit b0b82a63694d803e523f2114ffab06b63f9b87f6
parent e315259b323479ef3ba0c7b55c1238f76b5fc88d
Author: Dan Stillman <dstillman@zotero.org>
Date: Thu, 31 Aug 2006 05:20:25 +0000
Fixes #248, UI not refreshing after saving new item in build 593
Thanks Sean
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/chrome/chromeFiles/content/scholar/xpcom/data_access.js b/chrome/chromeFiles/content/scholar/xpcom/data_access.js
@@ -2800,10 +2800,6 @@ Scholar.Collections = new function(){
var result = Scholar.DB.query(sql);
- if (!result){
- throw ('No collections found');
- }
-
for (var i=0; i<result.length; i++){
var collectionID = result[i]['collectionID'];