remove onchange() from filter input box

This commit is contained in:
Andrew Dolgov 2005-11-30 06:48:22 +01:00
parent f69ea84d78
commit 7cc1e5d653
1 changed files with 1 additions and 1 deletions

View File

@ -1969,7 +1969,7 @@
}
print "<div class=\"prefGenericAddBox\">
<input id=\"fadd_regexp\" onchange=\"javascript:addFilter()\" size=\"40\">&nbsp;";
<input id=\"fadd_regexp\" size=\"40\">&nbsp;";
print_select("fadd_match", "Title", $filter_types);