mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 06:55:46 +01:00
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
"browsing": "browsing",
|
"browsing": "browsing",
|
||||||
"no_replies": "No one has replied",
|
"no_replies": "No one has replied",
|
||||||
|
"no_new_posts": "No new posts.",
|
||||||
|
|
||||||
"share_this_category": "Share this category",
|
"share_this_category": "Share this category",
|
||||||
"watch": "Watch",
|
"watch": "Watch",
|
||||||
|
|||||||
@@ -381,7 +381,8 @@ app.cacheBuster = null;
|
|||||||
};
|
};
|
||||||
|
|
||||||
function createHeaderTooltips() {
|
function createHeaderTooltips() {
|
||||||
if (utils.findBootstrapEnvironment() === 'xs') {
|
var env = utils.findBootstrapEnvironment();
|
||||||
|
if (env === 'xs' || env === 'sm') {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$('#header-menu li a[title]').each(function() {
|
$('#header-menu li a[title]').each(function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user