Fixes #248, UI not refreshing after saving new item in build 593
Thanks Sean
This commit is contained in:
parent
e315259b32
commit
b0b82a6369
|
@ -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'];
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user