Fixed minor security bugs

This commit is contained in:
Kasper Rynning-Tønnesen
2015-11-23 21:25:26 +01:00
parent 94bb7c4ceb
commit 8f87938402
4 changed files with 7 additions and 7 deletions

View File

@@ -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());
},