]> git.parisson.com Git - teleforma.git/commitdiff
fix var
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 29 Jun 2021 12:53:48 +0000 (14:53 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 29 Jun 2021 12:53:48 +0000 (14:53 +0200)
bin
teleforma/templates/teleforma/course_conference.html

diff --git a/bin b/bin
index 52d01bc8d0ec34d96ae3751fa5709a8ae05066fd..c5d2023de2f038cb865a148076a4dc4ec24efaf7 160000 (submodule)
--- a/bin
+++ b/bin
@@ -1 +1 @@
-Subproject commit 52d01bc8d0ec34d96ae3751fa5709a8ae05066fd
+Subproject commit c5d2023de2f038cb865a148076a4dc4ec24efaf7
index 4b8761e8c8add0f833eddd827856d70fa9c40ab7..33d0ff79f00d1bd4ac63976146af833eaaa954d4 100644 (file)
@@ -15,9 +15,7 @@
         let url = videoSource.attr("src");
         url = url + "?v=" + getRndInteger(1, 10000);
         videoSource.attr("src", url);
-        let autoplayVideo = $("#video");
-        autoplayVideo.load();
-        // autoplayVideo.play();
+        video.load();
     });
 </script>