mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-18 18:40:58 +01:00
fix: unread count changes from 99+ to 123
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