Parcourir la source

Minor - Course chat: Avoid show audio element

Angel Fernando Quiroz Campos il y a 6 ans
Parent
commit
1a10a08101
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      main/template/default/chat/chat.html.twig

+ 1 - 1
main/template/default/chat/chat.html.twig

@@ -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>