Enables the room name generation when the property in interface_config.js doesn't exists.
This commit is contained in:
parent
ffb8c1d6a8
commit
8ed3b47850
2
app.js
2
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 updateTimeout;
|
||||||
var animateTimeout;
|
var animateTimeout;
|
||||||
$("#reload_roomname").click(function () {
|
$("#reload_roomname").click(function () {
|
||||||
|
|
Loading…
Reference in New Issue