]> git.wh0rd.org - tt-rss.git/blobdiff - prefs.js
prefs: further feedlist tweaks (3)
[tt-rss.git] / prefs.js
index c1e8ed35ced51d7cd3a69b1e99259090db4aa7a6..f6917f681f39a02480cf66d6fcd02fad4a53e072 100644 (file)
--- 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); */
 
 }