1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 21:45:55 +00:00

do not include keyboard help files into index and prefs.php

This commit is contained in:
Andrew Dolgov
2011-12-14 15:51:27 +04:00
parent 07391e36b8
commit 66be620a87
8 changed files with 28 additions and 29 deletions

View File

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