summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-18 16:29:10 +0400
committerAndrew Dolgov <[email protected]>2011-04-18 16:46:52 +0400
commitda497babda5b85504f3d0471751490c88f025b57 (patch)
treec4750dfa3e47d32273bbd018171e2e055cd7f51e /tt-rss.js
parentff9e70af47c26b99b122b1d3e841b9f90ddd9e2f (diff)
about dialog, UI tweaks
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);
}