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