소스 검색

Minor - Course chat: Avoid show audio element

Angel Fernando Quiroz Campos 6 년 전
부모
커밋
ff169fc5ea
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main/template/default/chat/chat.tpl

+ 1 - 1
main/template/default/chat/chat.tpl

@@ -59,7 +59,7 @@
         </div>
     </div>
 </div>
-<audio id="chat-alert">
+<audio id="chat-alert" class="skip">
     <source src="{{ _p.web_main }}chat/sound/notification.wav" type="audio/wav"></source>
     <source src="{{ _p.web_main }}chat/sound/notification.ogg" type="audio/ogg"></source>
     <source src="{{ _p.web_main }}chat/sound/notification.mp3" type="audio/mpeg"></source>