fix indent

v1.18.x
pichalite 9 years ago
parent 4b5d5b4bd9
commit 2c5e9dc4cf

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

Loading…
Cancel
Save