summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 0e4c153c0..a8a54fb4c 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -529,6 +529,10 @@ function quickMenuGo(opid) {
rescoreCurrentFeed();
}
+ if (opid == "qmcHKhelp") {
+ Element.show("hotkey_help_overlay");
+ }
+
} catch (e) {
exception_error("quickMenuGo", e);
}