Skip to content
Snippets Groups Projects
Commit a2cdd74a authored by llaffont's avatar llaffont
Browse files

Correction chargement vidéos morceaux

parent a480f222
Branches
Tags
No related merge requests found
......@@ -333,8 +333,7 @@ function chercher_videos(sId,sAuteur,sTitre)
$("div[rel='video']").html(sPatience).css('display','none');
sUrl=baseUrl+'/opac/noticeajax/videomorceau?auteur='+sAuteur+'&titre='+sTitre;
$('#'+sId).css('display','block');
// $.get(sUrl, function(data) { $('#'+sId).html(data); });
$.get(sUrl, function(data) { $('#'+sId).html(data); });
}
////////////////////////////////////////////////////////////////////////////////////
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment