Skip to content
Extraits de code Groupes Projets
Valider e8bb4c2d rédigé par MrZYX's avatar MrZYX
Parcourir les fichiers

added preload='none' to the audio tag (#928)

parent 03f90a99
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -13,7 +13,7 @@ var Stream = {
//audio linx
$(".stream a[target='_blank']").each(function(){
if($(this).attr('href').match(/\.mp3$|\.ogg$/)) {
$(this).parent().html("<audio src='" + this.href + "' controls='controls'>mom</audio>");}
$(this).parent().html("<audio preload='none' src='" + this.href + "' controls='controls'>mom</audio>");}
});
$('.thumbs img').live('hover', function(){
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter