Browse Source

fixes menu button

pull/13/head
Jack Lukic 11 years ago
parent
commit
156300372a
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() {
$menu.hide();
$menu.find('.text').hide();
$menu
.stop()
.animate({

Loading…
Cancel
Save