Properly clear temp DB tables from items list generation
This commit is contained in:
parent
2a0c95d0ad
commit
dfdfbf1258
1 changed files with 1 additions and 1 deletions
|
@ -1872,10 +1872,10 @@ Zotero.ItemGroupCache = {
|
|||
"clear":function() {
|
||||
this.lastItemGroup = null;
|
||||
this.lastSearch = null;
|
||||
this.lastTempTable = null;
|
||||
if(this.lastTempTable) {
|
||||
Zotero.DB.query("DROP TABLE "+this.lastTempTable);
|
||||
}
|
||||
this.lastTempTable = null;
|
||||
this.lastResults = null;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue