mirror of
https://github.com/SuperBFG7/ympd
synced 2024-11-23 05:17:18 +00:00
save some characters
This commit is contained in:
parent
718ac3024e
commit
379a5ffce3
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user