mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 04:51:28 +00:00
add onchange event handling to toggleSubmitNotEmpty-enabled input boxes
This commit is contained in:
@@ -45,7 +45,8 @@
|
||||
print "<tr><td>Match:</td>
|
||||
<td><input onkeypress=\"return filterCR(event, filterEditSave)\"
|
||||
onkeyup=\"toggleSubmitNotEmpty(this, 'infobox_submit')\"
|
||||
name=\"reg_exp\" class=\"iedit\" value=\"$reg_exp\">";
|
||||
onchange=\"toggleSubmitNotEmpty(this, 'infobox_submit')\"
|
||||
name=\"reg_exp\" class=\"iedit\" value=\"$reg_exp\">";
|
||||
|
||||
print "</td></tr><tr><td>On field:</td><td>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user