1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 14:41:29 +00:00

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

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);