1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 10:16:39 +00:00

rework main action dropdown

This commit is contained in:
Andrew Dolgov
2010-11-29 12:13:52 +03:00
parent 0f9b4a60c2
commit c201af50ca
2 changed files with 22 additions and 30 deletions

View File

@@ -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();
}