barisusakli
2015-08-11 13:19:25 -04:00
parent 9e1d5c8113
commit f8f3e3faa7
2 changed files with 3 additions and 1 deletions

View File

@@ -381,7 +381,8 @@ app.cacheBuster = null;
};
function createHeaderTooltips() {
if (utils.findBootstrapEnvironment() === 'xs') {
var env = utils.findBootstrapEnvironment();
if (env === 'xs' || env === 'sm') {
return;
}
$('#header-menu li a[title]').each(function() {