diff --git a/public/src/forum/unread.js b/public/src/forum/unread.js index 4ab4d3280a..009e898d17 100644 --- a/public/src/forum/unread.js +++ b/public/src/forum/unread.js @@ -45,6 +45,7 @@ define(function() { text += ' Click here to reload.'; $('#new-topics-alert').html(text).removeClass('hide').fadeIn('slow'); + $('#category-no-topics').addClass('hidden'); } socket.on('event:new_post', function(data) {