mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 00:15:46 +01:00
closes #2004
This commit is contained in:
@@ -413,8 +413,8 @@ var socket,
|
||||
if (utils.findBootstrapEnvironment() === 'xs') {
|
||||
return;
|
||||
}
|
||||
$('#header-menu li i[title]').each(function() {
|
||||
$(this).parents('a').tooltip({
|
||||
$('#header-menu li [title]').each(function() {
|
||||
$(this).tooltip({
|
||||
placement: 'bottom',
|
||||
title: $(this).attr('title')
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user