fix EndNote MIME type grab
This commit is contained in:
parent
aead2c6329
commit
30281f7976
|
@ -699,7 +699,7 @@ Zotero.Ingester.MIMEHandler.StreamListener = function(request, contentType) {
|
||||||
var windowWatcher = Components.classes["@mozilla.org/embedcomp/window-watcher;1"].
|
var windowWatcher = Components.classes["@mozilla.org/embedcomp/window-watcher;1"].
|
||||||
getService(Components.interfaces.nsIWindowWatcher);
|
getService(Components.interfaces.nsIWindowWatcher);
|
||||||
this._frontWindow = windowWatcher.activeWindow;
|
this._frontWindow = windowWatcher.activeWindow;
|
||||||
this._frontWindow.Zotero_Browser.Progress.show();
|
this._frontWindow.Zotero_Browser.progress.show();
|
||||||
|
|
||||||
Zotero.debug("EndNote prepared to grab content type "+contentType);
|
Zotero.debug("EndNote prepared to grab content type "+contentType);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user