mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 06:55:46 +01:00
indentation
This commit is contained in:
@@ -278,8 +278,7 @@ app.cacheBuster = null;
|
|||||||
}
|
}
|
||||||
if (!ajaxify.currentPage.match(/^chats\//)) {
|
if (!ajaxify.currentPage.match(/^chats\//)) {
|
||||||
app.openChat(roomId);
|
app.openChat(roomId);
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
ajaxify.go('chats/' + roomId);
|
ajaxify.go('chats/' + roomId);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user