From 78a3dd68ea1ca747d8d05dc3ee6751b229d68649 Mon Sep 17 00:00:00 2001 From: Baris Soner Usakli Date: Mon, 28 Oct 2013 00:27:18 -0400 Subject: [PATCH] hide the no topics warning when a new topic is posted on /unread --- public/src/forum/unread.js | 1 + 1 file changed, 1 insertion(+) 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) {