소스 검색

Fix variable name typo (take 2)

Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/970
pull/973/head
Slavi Pantaleev 5 년 전
부모
커밋
9409588513
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/matrix-jitsi/templates/web/interface_config.js.j2

+ 1
- 1
roles/matrix-jitsi/templates/web/interface_config.js.j2 파일 보기

@@ -177,7 +177,7 @@ var interfaceConfig = {
*/
SHOW_CHROME_EXTENSION_BANNER: false,

SHOW_DEEP_LINKING_IMAGE: {{ matrix_jisti_web_interface_config_show_deep_linking_image|to_json }},
SHOW_DEEP_LINKING_IMAGE: {{ matrix_jitsi_web_interface_config_show_deep_linking_image|to_json }},
SHOW_JITSI_WATERMARK: {{ matrix_jitsi_web_interface_config_show_jitsi_watermark|to_json }},
SHOW_POWERED_BY: {{ matrix_jitsi_web_interface_config_show_powered_by|to_json }},
SHOW_PROMOTIONAL_CLOSE_PAGE: false,


불러오는 중...
취소
저장