diff options
author | Jan-Christoph Borchardt <jan@unhosted.org> | 2012-04-15 12:23:01 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <jan@unhosted.org> | 2012-04-15 13:34:30 +0200 |
commit | 5868199e85b88f81f3b75fa2d203bb2074cb5215 (patch) | |
tree | 74dd4ea587d4eb80920b0b04d06598f47c04cab8 /core/js | |
parent | b669c846b097b6f16d99191fb2ecfe0a408ea589 (diff) | |
download | nextcloud-server-5868199e85b88f81f3b75fa2d203bb2074cb5215.tar.gz nextcloud-server-5868199e85b88f81f3b75fa2d203bb2074cb5215.zip |
fixed settings hover, now whole row sensitive and fading not jerky
Diffstat (limited to 'core/js')
-rw-r--r-- | core/js/js.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/js/js.js b/core/js/js.js index e3941fba6d5..2e65dfac507 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -406,9 +406,6 @@ $(document).ready(function(){ $('#settings #expanddiv').click(function(event){ event.stopPropagation(); }); - $('#settings #expand').hover(function(){ - $('#settings #expand+span').fadeToggle(); - }); $(window).click(function(){//hide the settings menu when clicking oustide it if($('body').attr("id")=="body-user"){ $('#settings #expanddiv').slideUp(); |