no header tooltips in xs

This commit is contained in:
barisusakli
2014-07-18 20:43:47 -04:00
parent bf2cba028d
commit 523b3db3f1

View File

@@ -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',