mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-29 13:31:00 +00:00
Working results
This commit is contained in:
@@ -753,7 +753,7 @@ var Player = {
|
||||
}
|
||||
|
||||
if(!dragging) {
|
||||
$("#bar").width(per+"%");
|
||||
document.getElementById("bar").style.width = per+"%";
|
||||
}
|
||||
|
||||
if(Player.player.getCurrentTime() > Player.np.end && Player.player.getPlayerState() == YT.PlayerState.PLAYING) {
|
||||
|
||||
Reference in New Issue
Block a user