fix indent

This commit is contained in:
pichalite
2016-02-08 15:03:30 -08:00
parent 4b5d5b4bd9
commit 2c5e9dc4cf

View File

@@ -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 {