From 8ed3b47850fe3887e934b245233818c84492bc92 Mon Sep 17 00:00:00 2001 From: hristoterezov Date: Fri, 10 Oct 2014 15:43:05 +0300 Subject: [PATCH] Enables the room name generation when the property in interface_config.js doesn't exists. --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 50ab11b76..a9b6a6d79 100644 --- a/app.js +++ b/app.js @@ -1185,7 +1185,7 @@ $(document).ready(function () { }); - if (interfaceConfig.GENERATE_ROOMNAMES_ON_WELCOME_PAGE){ + if (!(interfaceConfig.GENERATE_ROOMNAMES_ON_WELCOME_PAGE === false)){ var updateTimeout; var animateTimeout; $("#reload_roomname").click(function () {