mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 16:05:49 +01:00
closes #898
This commit is contained in:
@@ -547,13 +547,13 @@ var socket,
|
|||||||
|
|
||||||
function createHeaderTooltips() {
|
function createHeaderTooltips() {
|
||||||
$('#header-menu li i[title]').each(function() {
|
$('#header-menu li i[title]').each(function() {
|
||||||
$(this).parents('li').tooltip({
|
$(this).parents('a').tooltip({
|
||||||
placement: 'bottom',
|
placement: 'bottom',
|
||||||
title: $(this).attr('title')
|
title: $(this).attr('title')
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
$('#user_label').tooltip({
|
$('#user_dropdown').tooltip({
|
||||||
placement: 'bottom',
|
placement: 'bottom',
|
||||||
title: $('#user_dropdown').attr('title')
|
title: $('#user_dropdown').attr('title')
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user