Browse Source

Minor - Course chat: Avoid show audio element

Angel Fernando Quiroz Campos 6 years ago
parent
commit
ff169fc5ea
1 changed files with 1 additions and 1 deletions
  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>