Ace: Fix path to ace.html (#1930)

This commit is contained in:
Dan Stillman 2020-12-24 00:56:45 -05:00
parent 0bb1588f22
commit e095dbb031
2 changed files with 4 additions and 4 deletions

View file

@ -191,7 +191,7 @@
</menupopup>
</toolbarbutton>
</hbox>
<iframe src="chrome://zotero/content/ace.html" id="editor-code" flex="1"/>
<iframe src="chrome://zotero/content/ace/ace.html" id="editor-code" flex="1"/>
<hbox id="editor-external-box" align="center">
<checkbox id="checkbox-editor-external"/>
<label class="label-metadata" value="&scaffold.editor.external.label;" control="checkbox-editor-external"/>
@ -199,10 +199,10 @@
</vbox>
</tabpanel>
<tabpanel flex="1" id="tabpanel-import">
<iframe src="chrome://zotero/content/ace.html" id="editor-import" flex="1"/>
<iframe src="chrome://zotero/content/ace/ace.html" id="editor-import" flex="1"/>
</tabpanel>
<tabpanel flex="1" id="tabpanel-tests">
<iframe src="chrome://zotero/content/ace.html" id="editor-tests" flex="1"/>
<iframe src="chrome://zotero/content/ace/ace.html" id="editor-tests" flex="1"/>
</tabpanel>
<tabpanel flex="1" id="tabpanel-testing">
<vbox flex="1"><hbox><description>&scaffold.testing.description;</description></hbox>

View file

@ -20,7 +20,7 @@
</label>
</div>
<iframe
src="chrome://zotero/content/ace.html"
src="chrome://zotero/content/ace/ace.html"
id="editor-code"
class="editor-code"
></iframe>