1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 03:34:46 -05:00
This commit is contained in:
ashley 2024-08-11 08:22:40 +00:00
parent 0e1d3b2961
commit 455d93b15b

View file

@ -761,8 +761,6 @@ document.addEventListener('keydown', function(event) {
event.preventDefault();
player.currentTime(player.duration() * number * 0.1);
}
});
});
</script>