Migration general theme: fix video player method in javascript

This commit is contained in:
Jesús 2020-12-15 22:34:45 -05:00
parent b9a3082e7c
commit 97f00efa8a
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -45,7 +45,7 @@
{% if time_start != 0 %} {% if time_start != 0 %}
<script> <script>
document.querySelector('js-video-player').currentTime = {{ time_start|tojson }}; document.getElementById('js-video-player').currentTime = {{ time_start|tojson }};
</script> </script>
{% endif %} {% endif %}
{% endif %} {% endif %}