MOD Amélioration de la CSS (mineur)
[pompage.git] / js / yopyop.js
index 1125312..abd3b0f 100644 (file)
@@ -2,9 +2,9 @@
   * Callback appelé lorsque un film est clické.\r
   * Affiche ou cache les informations détaillés pour ce film.\r
   */\r
-function detailFilm(poulpe)\r
+function detailFilm(id)\r
 {\r
-   var detail = document.getElementById(poulpe)\r
+   var detail = document.getElementById(id)\r
    \r
    if (detail.style.visibility == "visible")\r
    {\r