summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
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();
}