mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 14:35:47 +01:00
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user