diff --git a/chrome/content/zotero/standalone.js b/chrome/content/zotero/standalone/standalone.js similarity index 100% rename from chrome/content/zotero/standalone.js rename to chrome/content/zotero/standalone/standalone.js diff --git a/chrome/content/zotero/standalone.xul b/chrome/content/zotero/standalone/standalone.xul similarity index 100% rename from chrome/content/zotero/standalone.xul rename to chrome/content/zotero/standalone/standalone.xul diff --git a/components/zotero-protocol-handler.js b/components/zotero-protocol-handler.js index bbd59eb4db..d4d025d498 100644 --- a/components/zotero-protocol-handler.js +++ b/components/zotero-protocol-handler.js @@ -906,7 +906,7 @@ function ChromeExtensionHandler() { generateContent: try { var window = Components.classes["@mozilla.org/embedcomp/window-watcher;1"] .getService(Components.interfaces.nsIWindowWatcher) - .openWindow(null, 'chrome://zotero/content/standalone.xul', '', + .openWindow(null, 'chrome://zotero/content/standalone/standalone.xul', '', 'chrome,centerscreen,resizable', null); } catch (e) {