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:
6
prefs.js
6
prefs.js
@@ -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); */
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user