summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-24 05:36:00 +0100
committerAndrew Dolgov <[email protected]>2007-08-24 05:36:00 +0100
commitd395a94275b55a782dbeaca4e3318365b54b5f96 (patch)
treefa5ce6129ef35f2b3960a53a554827c89a7f208d /prefs.js
parentc20fd46335e254e5a91c5da594687c87fcf55d10 (diff)
misc code cleanups
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",