From a2cdd74ad5d3da7b7b33b1b954856960d96f1ac3 Mon Sep 17 00:00:00 2001 From: llaffont <llaffont@git-test.afi-sa.fr> Date: Mon, 10 Jun 2013 08:47:36 +0000 Subject: [PATCH] =?UTF-8?q?Correction=20chargement=20vid=C3=A9os=20morceau?= =?UTF-8?q?x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/opac/js/recherche.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/opac/js/recherche.js b/public/opac/js/recherche.js index 88112581c58..fa3a3023ebd 100644 --- a/public/opac/js/recherche.js +++ b/public/opac/js/recherche.js @@ -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); }); } //////////////////////////////////////////////////////////////////////////////////// -- GitLab