From c201af50ca2ee1d45946d8db3d40bc9f83ce4383 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 29 Nov 2010 12:13:52 +0300 Subject: rework main action dropdown --- tt-rss.js | 6 ------ tt-rss.php | 46 ++++++++++++++++++++++------------------------ 2 files changed, 22 insertions(+), 30 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(); } diff --git a/tt-rss.php b/tt-rss.php index dfe01e0a3..21047aa5f 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -121,7 +121,6 @@ title="News">
-
@@ -163,30 +162,29 @@
- -
- +
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- -
+ +
-- cgit v1.2.3