diff options
author | friendica <info@friendica.com> | 2012-03-15 16:39:21 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-15 16:39:21 -0700 |
commit | 41d595d5bc74987d95ffc6f81194ccc20050e5a4 (patch) | |
tree | 5113a75197923b8b0ff994db0f9feef9ce221aea /view/theme/dispy-dark/theme.php | |
parent | 7684f63ecdfce560f24475630144f6058df15ca9 (diff) | |
parent | 5d2c590fa93764c19043981e8398d97c6bae902b (diff) | |
download | volse-hubzilla-41d595d5bc74987d95ffc6f81194ccc20050e5a4.tar.gz volse-hubzilla-41d595d5bc74987d95ffc6f81194ccc20050e5a4.tar.bz2 volse-hubzilla-41d595d5bc74987d95ffc6f81194ccc20050e5a4.zip |
Merge branch 'pull'
Diffstat (limited to 'view/theme/dispy-dark/theme.php')
-rw-r--r-- | view/theme/dispy-dark/theme.php | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/view/theme/dispy-dark/theme.php b/view/theme/dispy-dark/theme.php index 6f8243058..c0611ce83 100644 --- a/view/theme/dispy-dark/theme.php +++ b/view/theme/dispy-dark/theme.php @@ -74,16 +74,6 @@ $(document).ready(function() { event.stopPropagation(); }); - // usermenu - //$('html').click(function() { -// $('#user-menu-popup').css('display: none'); - //document.getElementById("usermenu-popup").style.display = "none"; - //}); - - //$('#user-menu').click(function(event) { - // event.stopPropagation(); - //}); - function toggleToolbar() { if ( $('#nav-floater').is(':visible') ) { $('#nav-floater').slideUp('fast'); @@ -106,11 +96,20 @@ $(document).ready(function() { $(this).css({color: '#eec'}); }); - $('#profile-photo-wrapper').mouseover(function() { - $('#profile-edit-side-div').css({display: 'block'}); +/* $('#profile-photo-wrapper').mouseover(function() { + $('.profile-edit-side-div').css({display: 'block'}); }).mouseout(function() { - $('#profile-edit-side-div').css({display: 'none'}); + $('.profile-edit-side-div').css({display: 'none'}); + return false; }); + + $('img.photo').mouseover(function() { + $('.profile-edit-side-div').css({display: 'block'}); + }).mouseout(function() { + $('.profile-edit-side-div').css({display: 'none'}); + return false; + });*/ + }); </script> EOT; |