summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/tt-rss.js b/tt-rss.js
index cb3fa26f8..99db4dab2 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -427,6 +427,16 @@ function quickMenuGo(opid) {
Effect.Appear("hotkey_help_overlay", {duration : 0.3});
}
+ if (opid == "qmcAbout") {
+ dialog = new dijit.Dialog({
+ title: __("About..."),
+ style: "width: 400px",
+ href: "backend.php?op=dlg&id=about",
+ });
+
+ dialog.show();
+ }
+
} catch (e) {
exception_error("quickMenuGo", e);
}