Builtin ConverseJS mode: fix advanced controls hiding.

This commit is contained in:
John Livingston
2021-12-14 11:59:36 +01:00
parent 586df3983c
commit c19db4dc9c
3 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,7 @@
boshServiceUrl: '{{BOSH_SERVICE_URL}}',
websocketServiceUrl: '{{WS_SERVICE_URL}}',
authenticationUrl: '{{AUTHENTICATION_URL}}',
advancedControls: '{{ADVANCEDCONTROLS}}',
advancedControls: '{{ADVANCEDCONTROLS}}' === 'true',
theme: '{{CONVERSEJS_THEME}}'
})
</script>