Move standalone.xul to separate standalone directory
This commit is contained in:
parent
56eed344f5
commit
7b41d76b75
3 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue