Fix blank progress window when save via translator to root of library
This commit is contained in:
parent
c04ddc8389
commit
c867994095
1 changed files with 4 additions and 1 deletions
|
@ -692,7 +692,10 @@ Zotero_Browser.Tab.prototype.translate = function(libraryID, collectionID) {
|
|||
Zotero_Browser.isScraping = true;
|
||||
|
||||
if(collectionID) {
|
||||
collection = Zotero.Collections.get(collectionID);
|
||||
var collection = Zotero.Collections.get(collectionID);
|
||||
}
|
||||
else {
|
||||
var collection = false;
|
||||
}
|
||||
|
||||
var me = this;
|
||||
|
|
Loading…
Reference in a new issue