Enables the room name generation when the property in interface_config.js doesn't exists.

This commit is contained in:
hristoterezov 2014-10-10 15:43:05 +03:00
parent ffb8c1d6a8
commit 8ed3b47850
1 changed files with 1 additions and 1 deletions

2
app.js
View File

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