This commit is contained in:
barisusakli
2015-07-14 17:03:28 -04:00
parent 2cb70ceccc
commit daf1a388eb
15 changed files with 118 additions and 30 deletions

View File

@@ -12,7 +12,7 @@ define('forum/unread', ['forum/recent', 'topicSelect', 'forum/infinitescroll', '
});
Unread.init = function() {
app.enterRoom('recent_posts');
app.enterRoom('unread_topics');
$('#new-topics-alert').on('click', function() {
$(this).addClass('hide');