mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-19 02:50:53 +01:00
Merge branch 'master' into develop
This commit is contained in:
@@ -95,7 +95,7 @@ define('forum/header/unread', ['hooks'], function (hooks) {
|
||||
// harmony uses BS5 absolute positioned element
|
||||
navLink.find('[component="navigation/count"]')
|
||||
.toggleClass('hidden', count <= 0)
|
||||
.text(count);
|
||||
.text(countText);
|
||||
|
||||
if (navLink.length) {
|
||||
// persona mobile menu uses data-content
|
||||
|
||||
Reference in New Issue
Block a user