diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2005-11-30 06:48:22 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2005-11-30 06:48:22 +0100 |
| commit | 7cc1e5d653fb1cbdd4b0518fa445f90bf61b576a (patch) | |
| tree | b0f340d85b1693591432fcea58d031d1cb7321de | |
| parent | f69ea84d78999181ab9896b6d740b5decc5dd988 (diff) | |
remove onchange() from filter input box
| -rw-r--r-- | backend.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php index 763c04c68..ffc497310 100644 --- a/backend.php +++ b/backend.php @@ -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); |