mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:08:39 +01:00
Update html/poketube.ejs
This commit is contained in:
parent
430d27d303
commit
12604c4a46
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,6 @@ a[data-onclick="jump_to_time"] {
|
|||
|
||||
<!-- video.js -->
|
||||
<link href="/css/videojs-v8.16.0.css" rel="stylesheet" />
|
||||
<script src="/static/videojs-plugin-hotkeys.js"></script>
|
||||
<script src="/static/vjs.min.js"></script>
|
||||
|
||||
<!-- css files end -->
|
||||
|
@ -618,6 +617,7 @@ background-color: #0000;
|
|||
}
|
||||
|
||||
</style>
|
||||
<script src="/static/videojs-plugin-hotkeys.js"></script>
|
||||
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", () => {
|
||||
|
|
Loading…
Reference in a new issue