Move standalone.xul to separate standalone directory
This commit is contained in:
parent
56eed344f5
commit
7b41d76b75
|
@ -906,7 +906,7 @@ function ChromeExtensionHandler() {
|
||||||
generateContent: try {
|
generateContent: try {
|
||||||
var window = Components.classes["@mozilla.org/embedcomp/window-watcher;1"]
|
var window = Components.classes["@mozilla.org/embedcomp/window-watcher;1"]
|
||||||
.getService(Components.interfaces.nsIWindowWatcher)
|
.getService(Components.interfaces.nsIWindowWatcher)
|
||||||
.openWindow(null, 'chrome://zotero/content/standalone.xul', '',
|
.openWindow(null, 'chrome://zotero/content/standalone/standalone.xul', '',
|
||||||
'chrome,centerscreen,resizable', null);
|
'chrome,centerscreen,resizable', null);
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user