mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Stopped using jQuery UI
This commit is contained in:
@@ -67,7 +67,7 @@ function hide_native(way) {
|
||||
$("#pause").toggleClass("hide");
|
||||
}
|
||||
} else {
|
||||
$("#volume").slider("value", 100);
|
||||
Playercontrols.visualVolume(100);
|
||||
}
|
||||
if(Helper.mobilecheck()) {
|
||||
if(!$("#player_overlay").hasClass("hide")) {
|
||||
@@ -110,7 +110,7 @@ function hide_native(way) {
|
||||
Player.durationSetter();
|
||||
if(!Helper.mobilecheck()){
|
||||
Player.player.setVolume(Crypt.get_volume());
|
||||
$("#volume").slider("value", Crypt.get_volume());
|
||||
Playercontrols.visualVolume(Crypt.get_volume());
|
||||
}
|
||||
$("#player_overlay").addClass("hide");
|
||||
$("#player_overlay_text").toggleClass("hide");
|
||||
|
||||
Reference in New Issue
Block a user