Fix citation dialog opening from note editor
This commit is contained in:
parent
e747c089fc
commit
5880d62000
1 changed files with 1 additions and 1 deletions
|
@ -1253,7 +1253,7 @@ class EditorInstance {
|
|||
|
||||
win = that._quickFormatWindow = Components.classes['@mozilla.org/embedcomp/window-watcher;1']
|
||||
.getService(Components.interfaces.nsIWindowWatcher)
|
||||
.openWindow(null, 'chrome://zotero/content/integration/quickFormat.xul', '', mode, {
|
||||
.openWindow(null, 'chrome://zotero/content/integration/quickFormat.xhtml', '', mode, {
|
||||
wrappedJSObject: io
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue