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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user