Fixes #248, UI not refreshing after saving new item in build 593

Thanks Sean
This commit is contained in:
Dan Stillman 2006-08-31 05:20:25 +00:00
parent e315259b32
commit b0b82a6369

View File

@ -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'];