diff --git a/simplemenu.js b/simplemenu.js index 90c69430..54424f0c 100644 --- a/simplemenu.js +++ b/simplemenu.js @@ -9,9 +9,9 @@ $(document).ready(function() { // Drupal menu callback $('#menubar').load(basePath + 'menu_bar/menu', function() { - $('li', this).hover(function() { - $('ul', this).slideDown(200); - }, function() { } - ); + $('li', this).hover(function() { + $('ul', this).slideDown(200); + }, function() {}); + $('a', this).title(''); }); }); \ No newline at end of file