diff options
author | friendica <info@friendica.com> | 2013-03-06 19:19:56 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-06 19:19:56 -0800 |
commit | 863dcda8ee2e6a193729b4cb74a0bb60d364372b (patch) | |
tree | d2833b856edbedd903d4b4cd4cbca86dc9d93fb0 /js/main.js | |
parent | 3d299f066eafbba2a9f5b3f2fd369492a271b27d (diff) | |
download | volse-hubzilla-863dcda8ee2e6a193729b4cb74a0bb60d364372b.tar.gz volse-hubzilla-863dcda8ee2e6a193729b4cb74a0bb60d364372b.tar.bz2 volse-hubzilla-863dcda8ee2e6a193729b4cb74a0bb60d364372b.zip |
clean up some funky menu interactions
Diffstat (limited to 'js/main.js')
-rw-r--r-- | js/main.js | 4 |
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'); |