From 2c5e9dc4cfa55942665ea2b1f8ad2b20dbdbc0bb Mon Sep 17 00:00:00 2001 From: pichalite Date: Mon, 8 Feb 2016 15:03:30 -0800 Subject: [PATCH] fix indent --- public/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/app.js b/public/src/app.js index 855e6192ee..c3bb7ee609 100644 --- a/public/src/app.js +++ b/public/src/app.js @@ -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 {