1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 05:21: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

@@ -661,6 +661,7 @@ function feedEditCancel() {
selectPrefRows('feed', false); // cleanup feed selection
active_feed = false;
}
function feedCatEditCancel() {
@@ -704,6 +705,8 @@ function feedEditSave() {
xmlhttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
xmlhttp.send(query);
return false;
} catch (e) {
exception_error("feedEditSave", e);
}