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