mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 03:01:29 +00:00
quick add feed dialog uses prototype
This commit is contained in:
2
prefs.js
2
prefs.js
@@ -254,7 +254,7 @@ function addFeed() {
|
||||
} else {
|
||||
notify("Adding feed...");
|
||||
|
||||
xmlhttp.open("GET", "backend.php?op=pref-feeds&subop=add&link=" +
|
||||
xmlhttp.open("GET", "backend.php?op=pref-feeds&subop=add&feed_url=" +
|
||||
param_escape(link.value), true);
|
||||
xmlhttp.onreadystatechange=feedlist_callback;
|
||||
xmlhttp.send(null);
|
||||
|
||||
Reference in New Issue
Block a user