Browse Source

fixes menu button

Former-commit-id: 156300372a
Former-commit-id: a597500326
pull/258/head
Jack Lukic 12 years ago
parent
commit
4510e47695
1 changed files with 1 additions and 1 deletions
  1. 2
      node/src/files/javascript/semantic.js

2
node/src/files/javascript/semantic.js

@ -144,7 +144,7 @@ semantic.ready = function() {
; ;
}, },
mouseleave: function() { mouseleave: function() {
$menu.hide();
$menu.find('.text').hide();
$menu $menu
.stop() .stop()
.animate({ .animate({

Loading…
Cancel
Save