Re-enable import progress indicator
This commit is contained in:
parent
6db380b132
commit
5cbb8de96b
|
@ -631,10 +631,10 @@ Zotero_File_Interface.Progress = new function() {
|
|||
this.close = close;
|
||||
|
||||
function show(headline) {
|
||||
//Zotero.showZoteroPaneProgressMeter(headline);
|
||||
Zotero.showZoteroPaneProgressMeter(headline);
|
||||
}
|
||||
|
||||
function close() {
|
||||
//Zotero.hideZoteroPaneOverlays();
|
||||
Zotero.hideZoteroPaneOverlays();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
describe("Zotero_File_Interface", function() {
|
||||
let win;
|
||||
before(function* () {
|
||||
win = yield loadBrowserWindow();
|
||||
win = yield loadZoteroPane();
|
||||
yield OS.File.copy(OS.Path.join(getTestDataDirectory().path, "Test Import Translator.js"),
|
||||
OS.Path.join(Zotero.getTranslatorsDirectory().path, "Test Import Translator.js"));
|
||||
yield Zotero.Translators.reinit();
|
||||
|
|
Loading…
Reference in New Issue
Block a user