fix search tooltip

This commit is contained in:
barisusakli
2015-03-11 18:21:40 -04:00
parent a626005570
commit 076931d5b5

View File

@@ -372,7 +372,7 @@ app.cacheBuster = null;
if (utils.findBootstrapEnvironment() === 'xs') { if (utils.findBootstrapEnvironment() === 'xs') {
return; return;
} }
$('#header-menu li [title]').each(function() { $('#header-menu li a[title]').each(function() {
$(this).tooltip({ $(this).tooltip({
placement: 'bottom', placement: 'bottom',
title: $(this).attr('title') title: $(this).attr('title')