X-Git-Url: http://git.euphorik.ch/?p=pompage.git;a=blobdiff_plain;f=js%2Fyopyop.js;h=abd3b0f5aeb8dc105399c92a20cb828547e73ac7;hp=11253128a05acb9772de77df77c7acea6c0c5988;hb=432db4dbac80ae1025ad53db71b7ecbd0de0f053;hpb=e9fd5c2bdeb9b348717b34d5dc6fad78da86130d diff --git a/js/yopyop.js b/js/yopyop.js index 1125312..abd3b0f 100644 --- a/js/yopyop.js +++ b/js/yopyop.js @@ -2,9 +2,9 @@ * Callback appelé lorsque un film est clické. * Affiche ou cache les informations détaillés pour ce film. */ -function detailFilm(poulpe) +function detailFilm(id) { - var detail = document.getElementById(poulpe) + var detail = document.getElementById(id) if (detail.style.visibility == "visible") {