1
0
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:
Andrew Dolgov
2007-02-14 14:52:18 +01:00
parent 2e93084687
commit b5015f723f
5 changed files with 16 additions and 6 deletions

View File

@@ -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>";