mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-29 21:41:00 +00:00
Fixed minor security bugs
This commit is contained in:
@@ -19,7 +19,6 @@ var Playercontrols = {
|
||||
{
|
||||
//vol = localStorage.getItem("volume");
|
||||
vol = (Crypt.get_volume());
|
||||
|
||||
}else{
|
||||
vol = 100;
|
||||
//localStorage.setItem("volume", vol);
|
||||
@@ -39,7 +38,6 @@ var Playercontrols = {
|
||||
}
|
||||
});
|
||||
Playercontrols.choose_button(vol, false);
|
||||
Playercontrols.setVolume(ui.value);
|
||||
//$("#volume").slider("value", ytplayer.getVolume());
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user