hide the no topics warning when a new topic is posted on /unread

v1.18.x
Baris Soner Usakli 12 years ago
parent afc0e25b26
commit 78a3dd68ea

@ -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) {

Loading…
Cancel
Save