mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-09 15:35:47 +01:00
fix indent
This commit is contained in:
@@ -276,7 +276,7 @@ app.cacheBuster = null;
|
||||
if (err) {
|
||||
return app.alertError(err.message);
|
||||
}
|
||||
if (!ajaxify.currentPage.match(/^chats\//)) {
|
||||
if (!ajaxify.currentPage.match(/^chats\//)) {
|
||||
app.openChat(roomId);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user