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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user