mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:28:34 +01:00
remove for nome
This commit is contained in:
parent
50f0345f91
commit
55cdded315
1 changed files with 1 additions and 8 deletions
|
@ -617,20 +617,13 @@ background-color: #0000;
|
|||
}
|
||||
|
||||
</style>
|
||||
<script src="/static/videojs-plugin-hotkeys.js?v=50"></script>
|
||||
|
||||
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", () => {
|
||||
const video = videojs('video', {
|
||||
controls: true,
|
||||
autoplay: false,
|
||||
preload: 'auto',
|
||||
plugins: {
|
||||
hotkeys: {
|
||||
volumeStep: 0.1,
|
||||
seekStep: 5,
|
||||
enableModifiersForNumbers: false
|
||||
},
|
||||
},
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue