aboutsummaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-03-06 19:19:56 -0800
committerfriendica <info@friendica.com>2013-03-06 19:19:56 -0800
commit863dcda8ee2e6a193729b4cb74a0bb60d364372b (patch)
treed2833b856edbedd903d4b4cd4cbca86dc9d93fb0 /js
parent3d299f066eafbba2a9f5b3f2fd369492a271b27d (diff)
downloadvolse-hubzilla-863dcda8ee2e6a193729b4cb74a0bb60d364372b.tar.gz
volse-hubzilla-863dcda8ee2e6a193729b4cb74a0bb60d364372b.tar.bz2
volse-hubzilla-863dcda8ee2e6a193729b4cb74a0bb60d364372b.zip
clean up some funky menu interactions
Diffstat (limited to 'js')
-rw-r--r--js/main.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/main.js b/js/main.js
index ed8d4ec3f..c330b3c69 100644
--- a/js/main.js
+++ b/js/main.js
@@ -162,7 +162,7 @@
function close_last_popup_menu() {
if(last_popup_menu) {
last_popup_menu.hide();
- last_popup_button.removeClass("selected");
+/* last_popup_button.removeClass("selected"); */
last_popup_menu = null;
last_popup_button = null;
}
@@ -187,7 +187,7 @@
e.preventDefault();
e.stopPropagation();
if (menu.attr('popup')=="false") return false;
- $(w).parent().toggleClass("selected");
+/* $(w).parent().toggleClass("selected"); */
/* notification menus are loaded dynamically
* - here we find a rel tag to figure out what type of notification to load */
var loader_source = $(menu).attr('rel');