mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:35:56 +00:00
do not include keyboard help files into index and prefs.php
This commit is contained in:
@@ -428,8 +428,12 @@ function quickMenuGo(opid) {
|
||||
}
|
||||
|
||||
if (opid == "qmcHKhelp") {
|
||||
//Element.show("hotkey_help_overlay");
|
||||
Effect.Appear("hotkey_help_overlay", {duration : 0.3});
|
||||
new Ajax.Request("backend.php", {
|
||||
parameters: "?op=backend&method=help&topic=main",
|
||||
onComplete: function(transport) {
|
||||
$("hotkey_help_overlay").innerHTML = transport.responseText;
|
||||
Effect.Appear("hotkey_help_overlay", {duration : 0.3});
|
||||
} });
|
||||
}
|
||||
|
||||
if (opid == "qmcAbout") {
|
||||
|
||||
Reference in New Issue
Block a user