]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.js
about dialog, UI tweaks
[tt-rss.git] / tt-rss.js
index cb3fa26f8dfa2b0b94c0574cfcd1a109f734ab46..99db4dab24a15d4ab86ccc81b8beaaba1c0125a1 100644 (file)
--- 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);
        }