save some characters

This commit is contained in:
Christian Krafft 2014-06-30 21:25:26 +02:00
parent 718ac3024e
commit 379a5ffce3
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ $(document).ready(function(){
});
$("#localvolumeslider").slider(0);
$("#localvolumeslider").on('slider.newValue', function(evt,data){
document.getElementById("player").volume=data.val/100;
$("#player").volume=data.val/100;
});
$('#progressbar').slider(0);
$("#progressbar").on('slider.newValue', function(evt,data){