mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
remove plugin
This commit is contained in:
parent
2fd231f1d9
commit
2ad1df61a8
@ -617,7 +617,6 @@ background-color: #0000;
|
|||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<script src="/static/videojs-plugin-hotkeys.js?v=508"></script>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
document.addEventListener("DOMContentLoaded", () => {
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
@ -625,14 +624,7 @@ background-color: #0000;
|
|||||||
controls: true,
|
controls: true,
|
||||||
autoplay: false,
|
autoplay: false,
|
||||||
preload: 'auto',
|
preload: 'auto',
|
||||||
plugins: {
|
|
||||||
hotkeys: {
|
|
||||||
volumeStep: 0.1,
|
|
||||||
seekStep: 5,
|
|
||||||
enableModifiersForNumbers: false
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const qua = new URLSearchParams(window.location.search).get("quality") || "";
|
const qua = new URLSearchParams(window.location.search).get("quality") || "";
|
||||||
|
Loading…
Reference in New Issue
Block a user