summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-20 15:53:41 +0100
committerAndrew Dolgov <[email protected]>2006-05-20 15:53:41 +0100
commit07eb9178463a08ae4aaad49ae53ea92909dfbfa4 (patch)
tree05f16e9201bb8284f2e2dbea53342baee61d7e76 /prefs.js
parent881033015adbb313e5a1a63521d2f8a0d1d580b1 (diff)
quick add feed dialog uses prototype
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs.js b/prefs.js
index 921eb0c44..8fcdcff20 100644
--- a/prefs.js
+++ b/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);