зеркало из https://github.com/mozilla/pjs.git
bug 109569, r=fabian, sr=hewitt, remove onkeypress for textbox
This commit is contained in:
Родитель
10766e727e
Коммит
3184ac39e3
|
@ -62,8 +62,7 @@
|
|||
<menuitem value="doesntcontain" label="&search.doesntcontain.label;"/>
|
||||
</menupopup>
|
||||
</menulist>
|
||||
<textbox id="searchField" flex="1"
|
||||
oninput="doEnabling();" onkeypress="if (event.keyCode == 13) find();"/>
|
||||
<textbox id="searchField" flex="1" oninput="doEnabling();"/>
|
||||
</hbox>
|
||||
</dialog>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче