closes #969, Export not working under FF3

This commit is contained in:
Simon Kornblith 2008-03-25 15:35:54 +00:00
parent cf9d9a6e9e
commit 66d497afe9

View File

@ -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;