This commit is contained in:
Barış Soner Uşaklı
2015-05-26 15:05:46 -04:00
parent aca5d24a7d
commit 7bed4c40d6
2 changed files with 16 additions and 1 deletions

View File

@@ -68,7 +68,7 @@ define('forum/unread', ['forum/recent', 'topicSelect', 'forum/infinitescroll', '
});
});
socket.emit('categories.get', onCategoriesLoaded);
socket.emit('categories.getWatchedCategories', onCategoriesLoaded);
topicSelect.init();