]> git.wh0rd.org - tt-rss.git/blobdiff - prefs.js
misc code cleanups
[tt-rss.git] / prefs.js
index 80a00db1b100ff6c53dfc421ebe77da4e98c5421..44b79fc737ee6df4d5c1b4765a0d52d57ce33071 100644 (file)
--- a/prefs.js
+++ b/prefs.js
@@ -790,19 +790,6 @@ function feedCatEditSave() {
 
 function displayHelpInfobox(topic_id) {
 
-/*     if (!xmlhttp_ready(xmlhttp)) {
-               printLockingError();
-               return
-       }
-
-       notify_progress("Loading help...");
-
-       xmlhttp.open("GET", "backend.php?op=help&tid=" +
-               param_escape(topic_id), true);
-
-       xmlhttp.onreadystatechange=helpbox_callback;
-       xmlhttp.send(null); */
-
        var url = "backend.php?op=help&tid=" + param_escape(topic_id);
 
        var w = window.open(url, "ttrss_help",