mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 08:38:24 +01:00
Update html/poketube.ejs
This commit is contained in:
parent
a0daea7b6b
commit
34dcf5b91f
1 changed files with 3 additions and 1 deletions
|
@ -766,7 +766,9 @@ background-color: #0000;
|
||||||
</script>
|
</script>
|
||||||
<ptd-app-iconfixer>
|
<ptd-app-iconfixer>
|
||||||
<script>
|
<script>
|
||||||
var player = videojs('video');
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
|
var player = videojs('my-video');
|
||||||
|
});
|
||||||
</script>
|
</script>
|
||||||
</ptd-app-iconfixer>
|
</ptd-app-iconfixer>
|
||||||
<ptd-app-ejs>
|
<ptd-app-ejs>
|
||||||
|
|
Loading…
Reference in a new issue