mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-26 21:01:28 +00:00
remove onchange() from filter input box
This commit is contained in:
@@ -1969,7 +1969,7 @@
|
||||
}
|
||||
|
||||
print "<div class=\"prefGenericAddBox\">
|
||||
<input id=\"fadd_regexp\" onchange=\"javascript:addFilter()\" size=\"40\"> ";
|
||||
<input id=\"fadd_regexp\" size=\"40\"> ";
|
||||
|
||||
print_select("fadd_match", "Title", $filter_types);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user