mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-16 02:36:16 +01:00
remove log
:fail:
This commit is contained in:
@@ -373,7 +373,6 @@ define('forum/chats', ['components', 'string', 'sounds', 'forum/infinitescroll',
|
|||||||
if (roomEl.length > 0) {
|
if (roomEl.length > 0) {
|
||||||
roomEl.addClass("unread");
|
roomEl.addClass("unread");
|
||||||
} else {
|
} else {
|
||||||
console.log(data);
|
|
||||||
var recentEl = components.get('chat/recent');
|
var recentEl = components.get('chat/recent');
|
||||||
templates.parse('partials/chat_recent_room', {
|
templates.parse('partials/chat_recent_room', {
|
||||||
rooms: { "roomId": data.roomId, "lastUser": data.message.fromUser, "usernames": data.message.fromUser.username, "unread": true }
|
rooms: { "roomId": data.roomId, "lastUser": data.message.fromUser, "usernames": data.message.fromUser.username, "unread": true }
|
||||||
|
|||||||
Reference in New Issue
Block a user