summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-29 12:13:52 +0300
committerAndrew Dolgov <[email protected]>2010-11-29 12:13:52 +0300
commitc201af50ca2ee1d45946d8db3d40bc9f83ce4383 (patch)
tree611c87b6ea0713a042ec6a6717b957a26010498d /tt-rss.js
parent0f9b4a60c26c608b0f538d58589b89229e239aea (diff)
rework main action dropdown
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 6569f8e51..c76fcdfa2 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -357,14 +357,8 @@ function init_second_stage() {
}
}
-function quickMenuChange(elem) {
- quickMenuGo(elem.value);
- elem.attr('value', 'qmcDefault');
-}
-
function quickMenuGo(opid) {
try {
-
if (opid == "qmcPrefs") {
gotoPreferences();
}