1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 22:15:56 +00:00

move help to backend class

This commit is contained in:
Andrew Dolgov
2011-12-13 11:02:43 +04:00
parent 611efae712
commit 4f09f594c2
3 changed files with 19 additions and 16 deletions

View File

@@ -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");