summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-13 11:02:43 +0400
committerAndrew Dolgov <[email protected]>2011-12-13 11:02:43 +0400
commit4f09f594c24a2fbdacd6124ecdeb07b92814cb88 (patch)
tree03882834ec81b4d4bd2953632de486a444872582 /js
parent611efae712769e38e232478b484779d73af263db (diff)
move help to backend class
Diffstat (limited to 'js')
-rw-r--r--js/functions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/functions.js b/js/functions.js
index 37aa73bc9..69406f3e1 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -636,7 +636,7 @@ function explainError(code) {
function displayHelpInfobox(topic_id) {
- var url = "backend.php?op=help&tid=" + param_escape(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");