summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-10 21:06:41 +0100
committerAndrew Dolgov <[email protected]>2005-12-10 21:06:41 +0100
commit327a3bbe1a175888e1289ece51d492039018d74c (patch)
treea2fe50f2057332c3cf88c45a09d29b2ef0d4691f /prefs.js
parent841fe9a17e5cf2c6695f56de495e88701c6b2cb8 (diff)
prefs: further feedlist tweaks (3)
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/prefs.js b/prefs.js
index c1e8ed35c..f6917f681 100644
--- a/prefs.js
+++ b/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); */
}