1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-18 15:31:28 +00:00

fix unneeded submit of create filter form

This commit is contained in:
Andrew Dolgov
2006-05-20 13:09:33 +01:00
parent 5a4ef316b7
commit c14b556666
3 changed files with 25 additions and 15 deletions

View File

@@ -969,6 +969,7 @@ function closeInfoBox() {
}
enableHotkeys();
}
@@ -1032,6 +1033,7 @@ function qaddFilter() {
xmlhttp.onreadystatechange=infobox_submit_callback;
xmlhttp.send(null);
return true;
}
function toggleSubmitNotEmpty(e, submit_id) {