1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 02:55:56 +00:00

prefs: further feedlist tweaks (3)

This commit is contained in:
Andrew Dolgov
2005-12-10 21:06:41 +01:00
parent 841fe9a17e
commit 327a3bbe1a
3 changed files with 13 additions and 17 deletions

View File

@@ -604,13 +604,15 @@ function feedEditCancel() {
return
}
closeInfoBox();
active_feed = false;
notify("Operation cancelled.");
xmlhttp.open("GET", "backend.php?op=pref-feeds", true);
/* xmlhttp.open("GET", "backend.php?op=pref-feeds", true);
xmlhttp.onreadystatechange=feedlist_callback;
xmlhttp.send(null);
xmlhttp.send(null); */
}