From b0b82a63694d803e523f2114ffab06b63f9b87f6 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 31 Aug 2006 05:20:25 +0000 Subject: [PATCH] Fixes #248, UI not refreshing after saving new item in build 593 Thanks Sean --- chrome/chromeFiles/content/scholar/xpcom/data_access.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/chrome/chromeFiles/content/scholar/xpcom/data_access.js b/chrome/chromeFiles/content/scholar/xpcom/data_access.js index 79c39091e..4113d1606 100644 --- 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