|
|
@ -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')
|
|
|
|
});
|
|
|
|
});
|
|
|
|