remove onchange() from filter input box
This commit is contained in:
@@ -1969,7 +1969,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
print "<div class=\"prefGenericAddBox\">
|
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);
|
print_select("fadd_match", "Title", $filter_types);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user