closes #969, Export not working under FF3
This commit is contained in:
parent
cf9d9a6e9e
commit
66d497afe9
|
@ -547,7 +547,7 @@ Zotero_File_Interface.Progress = new function() {
|
|||
_outOf = 0;
|
||||
_callback = callback;
|
||||
|
||||
_progressWindow = window.openDialog("chrome://zotero/chrome/fileProgress.xul", "", "chrome,resizable=no,close=no,dependent,dialog,centerscreen");
|
||||
_progressWindow = window.openDialog("chrome://zotero/content/fileProgress.xul", "", "chrome,resizable=no,close=no,dependent,dialog,centerscreen");
|
||||
_progressWindow.addEventListener("pageshow", _onWindowLoaded, false);
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue
Block a user