Localized dependencies, restyled player, removed logging

This commit is contained in:
Nixo
2014-12-14 19:21:33 +01:00
parent 8632aefa40
commit 2972b782db
7 changed files with 30 additions and 14 deletions

View File

@@ -99,7 +99,7 @@ function changeQuality()
function setVolume(vol)
{
ytplayer.setVolume(vol);
console.log(vol);
/*console.log(vol); //NO LOGS FOR U LOL
if(vol == 0){
console.log("no volume");
}else if(vol < 33){
@@ -108,7 +108,7 @@ function setVolume(vol)
console.log("medium-volume");
}else if(vol > 66){
console.log("full-volume");
}
}*/
}
function playPause()