1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 10:16:39 +00:00

actions dropbox: add action to show hotkey help

This commit is contained in:
Andrew Dolgov
2008-05-15 17:27:11 +01:00
parent 5ac3b9d607
commit 238eff0165
3 changed files with 7 additions and 5 deletions

View File

@@ -529,6 +529,10 @@ function quickMenuGo(opid) {
rescoreCurrentFeed();
}
if (opid == "qmcHKhelp") {
Element.show("hotkey_help_overlay");
}
} catch (e) {
exception_error("quickMenuGo", e);
}