summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/tt-rss.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/js/tt-rss.js b/js/tt-rss.js
index 23349db63..0c6ae14e8 100644
--- a/js/tt-rss.js
+++ b/js/tt-rss.js
@@ -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);
}