indentation

This commit is contained in:
pichalite
2016-02-09 06:11:16 -08:00
parent 2c5e9dc4cf
commit 9901438001

View File

@@ -278,8 +278,7 @@ app.cacheBuster = null;
}
if (!ajaxify.currentPage.match(/^chats\//)) {
app.openChat(roomId);
}
else {
} else {
ajaxify.go('chats/' + roomId);
}
});