summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-30 06:48:22 +0100
committerAndrew Dolgov <[email protected]>2005-11-30 06:48:22 +0100
commit7cc1e5d653fb1cbdd4b0518fa445f90bf61b576a (patch)
treeb0f340d85b1693591432fcea58d031d1cb7321de
parentf69ea84d78999181ab9896b6d740b5decc5dd988 (diff)
remove onchange() from filter input box
-rw-r--r--backend.php2
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\">&nbsp;";
+ <input id=\"fadd_regexp\" size=\"40\">&nbsp;";
print_select("fadd_match", "Title", $filter_types);