Browse Source

fixes menu button

Former-commit-id: 156300372a6054dbf99bf99ae5f7ae65cdd48e25
Former-commit-id: a5975003263c8d3ead8d9413b8904b2279faf4ab
beta
Jack Lukic 12 years ago
parent
commit
4510e47695
  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