mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-06 15:29:14 +00:00
add onchange event handling to toggleSubmitNotEmpty-enabled input boxes
This commit is contained in:
@@ -185,6 +185,7 @@
|
||||
print "<div class=\"prefGenericAddBox\">
|
||||
<input id=\"uadd_box\"
|
||||
onkeyup=\"toggleSubmitNotEmpty(this, 'user_add_btn')\"
|
||||
onchange=\"toggleSubmitNotEmpty(this, 'user_add_btn')\"
|
||||
size=\"40\"> ";
|
||||
|
||||
print "<input type=\"submit\" class=\"button\"
|
||||
|
||||
Reference in New Issue
Block a user