1
Fork 0

remove for nome

This commit is contained in:
ashley 2024-08-11 08:06:16 +00:00
parent 50f0345f91
commit 55cdded315

View file

@ -617,7 +617,6 @@ background-color: #0000;
}
</style>
<script src="/static/videojs-plugin-hotkeys.js?v=50"></script>
<script>
document.addEventListener("DOMContentLoaded", () => {
@ -625,12 +624,6 @@ background-color: #0000;
controls: true,
autoplay: false,
preload: 'auto',
plugins: {
hotkeys: {
volumeStep: 0.1,
seekStep: 5,
enableModifiersForNumbers: false
},
},
});