From 99014380019acd2baedeb3b5556bb4621b4deb36 Mon Sep 17 00:00:00 2001 From: pichalite Date: Tue, 9 Feb 2016 06:11:16 -0800 Subject: [PATCH] indentation --- public/src/app.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/src/app.js b/public/src/app.js index c3bb7ee609..0b23476968 100644 --- a/public/src/app.js +++ b/public/src/app.js @@ -278,8 +278,7 @@ app.cacheBuster = null; } if (!ajaxify.currentPage.match(/^chats\//)) { app.openChat(roomId); - } - else { + } else { ajaxify.go('chats/' + roomId); } });