]> git.wh0rd.org - tt-rss.git/blobdiff - js/tt-rss.js
remove about dialog
[tt-rss.git] / js / tt-rss.js
index 23349db63661b2606d5da5e3afe1352a1a92d3de..0c6ae14e8659d871f25b4689dc39aefc73e55b28 100644 (file)
@@ -436,16 +436,6 @@ function quickMenuGo(opid) {
                                } });
                }
 
-               if (opid == "qmcAbout") {
-                       dialog = new dijit.Dialog({
-                               title: __("About..."),
-                               style: "width: 400px",
-                               href: "backend.php?op=dlg&method=about",
-                       });
-
-                       dialog.show();
-               }
-
        } catch (e) {
                exception_error("quickMenuGo", e);
        }