mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 16:05:49 +01:00
no header tooltips in xs
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user