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) {
|
if (err) {
|
||||||
return app.alertError(err.message);
|
return app.alertError(err.message);
|
||||||
}
|
}
|
||||||
if (!ajaxify.currentPage.match(/^chats\//)) {
|
if (!ajaxify.currentPage.match(/^chats\//)) {
|
||||||
app.openChat(roomId);
|
app.openChat(roomId);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user