This commit is contained in:
psychobunny
2014-08-20 14:21:23 -04:00
parent 91e29d7bb2
commit 2ced285f89

View File

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