#102423 fix anchor title from interfering with links, patch by quicksketch
This commit is contained in:
parent
44e1fc9296
commit
5ca8a4fc6c
@ -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('');
|
||||
});
|
||||
});
|
Loading…
x
Reference in New Issue
Block a user