mirror of
https://codeberg.org/ashley/poke
synced 2026-03-03 15:03:43 +00:00
add innerHTML lol :3
This commit is contained in:
@@ -247,7 +247,7 @@ fetchUrls(urls);
|
||||
var currentSpeed = video.playbackRate;
|
||||
var newSpeed = getNextSpeed(currentSpeed);
|
||||
video.playbackRate = newSpeed;
|
||||
speedOption.textContent = "Speed: " + newSpeed.toFixed(2) + "x";
|
||||
speedOption.innerHTML = "<i class='fa-light fa-gauge'></i> Speed: " + newSpeed.toFixed(2) + "x";
|
||||
});
|
||||
|
||||
function getNextSpeed(currentSpeed) {
|
||||
|
||||
Reference in New Issue
Block a user