mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 10:16:12 +01:00
fixed js error in recent.js, remove content assignment
This commit is contained in:
@@ -3,7 +3,7 @@ define(function() {
|
||||
loadingMoreTopics = false;
|
||||
|
||||
Unread.init = function() {
|
||||
app.enter_room('recent_posts');
|
||||
app.enterRoom('recent_posts');
|
||||
|
||||
ajaxify.register_events([
|
||||
'event:new_topic',
|
||||
|
||||
Reference in New Issue
Block a user