From 66be620a87aa93a1f9cc3e956942026ce31f2207 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 14 Dec 2011 15:51:27 +0400 Subject: do not include keyboard help files into index and prefs.php --- js/functions.js | 9 --------- 1 file changed, 9 deletions(-) (limited to 'js/functions.js') diff --git a/js/functions.js b/js/functions.js index 69406f3e1..02134aafa 100644 --- a/js/functions.js +++ b/js/functions.js @@ -634,15 +634,6 @@ function explainError(code) { return displayDlg("explainError", code); } -function displayHelpInfobox(topic_id) { - - var url = "backend.php?op=backend&method=help&tid=" + param_escape(topic_id); - - window.open(url, "ttrss_help", - "status=0,toolbar=0,location=0,width=450,height=500,scrollbars=1,menubar=0"); - -} - function loading_set_progress(p) { try { loading_progress += p; -- cgit v1.2.3