remove onchange() from filter input box
This commit is contained in:
parent
f69ea84d78
commit
7cc1e5d653
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue