From d395a94275b55a782dbeaca4e3318365b54b5f96 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 24 Aug 2007 05:36:00 +0100 Subject: misc code cleanups --- prefs.js | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'prefs.js') 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", -- cgit v1.2.3