Make the dumb validator happy
This commit is contained in:
parent
50330d9a78
commit
89245e857f
1 changed files with 3 additions and 3 deletions
|
@ -89,17 +89,17 @@
|
||||||
<menupopup id="locator-label-popup"/>
|
<menupopup id="locator-label-popup"/>
|
||||||
</menulist>
|
</menulist>
|
||||||
<textbox id="locator" flex="1"
|
<textbox id="locator" flex="1"
|
||||||
oninput="window.setTimeout(Zotero_QuickFormat.onCitationPropertiesChanged, 0)"/>
|
oninput="window.setTimeout(function(event) { Zotero_QuickFormat.onCitationPropertiesChanged(event) }, 0)"/>
|
||||||
</row>
|
</row>
|
||||||
<row align="center">
|
<row align="center">
|
||||||
<label value="&zotero.citation.prefix.label;"/>
|
<label value="&zotero.citation.prefix.label;"/>
|
||||||
<textbox class="citation-textbox" id="prefix" flex="1"
|
<textbox class="citation-textbox" id="prefix" flex="1"
|
||||||
oninput="window.setTimeout(Zotero_QuickFormat.onCitationPropertiesChanged, 0)"/>
|
oninput="window.setTimeout(function(event) { Zotero_QuickFormat.onCitationPropertiesChanged(event) }, 0)"/>
|
||||||
</row>
|
</row>
|
||||||
<row align="center">
|
<row align="center">
|
||||||
<label value="&zotero.citation.suffix.label;"/>
|
<label value="&zotero.citation.suffix.label;"/>
|
||||||
<textbox class="citation-textbox" id="suffix" flex="1"
|
<textbox class="citation-textbox" id="suffix" flex="1"
|
||||||
oninput="window.setTimeout(Zotero_QuickFormat.onCitationPropertiesChanged, 0)"/>
|
oninput="window.setTimeout(function(event) { Zotero_QuickFormat.onCitationPropertiesChanged(event) }, 0)"/>
|
||||||
</row>
|
</row>
|
||||||
<html:div>
|
<html:div>
|
||||||
<html:input type="checkbox" id="suppress-author"
|
<html:input type="checkbox" id="suppress-author"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue