1
0
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:
Andrew Dolgov
2006-05-20 15:53:41 +01:00
parent 881033015a
commit 07eb917846
4 changed files with 45 additions and 71 deletions

View File

@@ -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);