summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/prefs.js b/prefs.js
index 80a00db1b..44b79fc73 100644
--- 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",