fix preference tree elements not being properly clickable in Firefox

This commit is contained in:
Andrew Dolgov
2010-11-21 23:05:51 +03:00
parent bcf5ed46e3
commit 8a097fa381
6 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ function editUser(id, event) {
}
function editFilter(id, event) {
function editFilter(id) {
try {
var query = "backend.php?op=pref-filters&subop=edit&id=" + param_escape(id);