Remove whitespace.

This commit is contained in:
jcass 2016-02-14 17:30:57 +02:00
parent a1b6cdbea1
commit ab5369467b

View File

@ -574,8 +574,6 @@ $(document).ready(function(event) {
$( "#trackslider" ).on( "slidestart", function() { progressTimer.stop(); } )
$( "#trackslider" ).on( "slidestop", function() { doSeekPos( $(this).val() ); } );
});
function updatePlayIcons (uri, tlid) {