no header tooltips in xs

v1.18.x
barisusakli 11 years ago
parent bf2cba028d
commit 523b3db3f1

@ -413,6 +413,9 @@ var socket,
}
function createHeaderTooltips() {
if (utils.findBootstrapEnvironment() === 'xs') {
return;
}
$('#header-menu li i[title]').each(function() {
$(this).parents('a').tooltip({
placement: 'bottom',

Loading…
Cancel
Save