summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-14 15:52:40 +0400
committerAndrew Dolgov <[email protected]>2011-12-14 15:52:40 +0400
commitab05e53813834e3d3212af06f30b7d7e950e1a99 (patch)
tree7170cda0b43257416bb090608f42ddffba1ca20e /js
parent66be620a87aa93a1f9cc3e956942026ce31f2207 (diff)
remove about dialog
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);
}