diff --git a/htdocs/js/mpd.js b/htdocs/js/mpd.js index 8478146..a028655 100644 --- a/htdocs/js/mpd.js +++ b/htdocs/js/mpd.js @@ -277,9 +277,9 @@ function webSocketConnect() { if ( isTouch ) { $('#queueList > tbody > tr > td:last-child').append( - "" + - "delete"); + '' + + 'delete'); } else { $('#queueList > tbody > tr').on({ mouseover: function(){ @@ -292,7 +292,7 @@ function webSocketConnect() { if($(this).children().last().has('a').length == 0) $(this).children().last().append( '' + + 'onclick="trash($(this).parents(\'tr\'));">' + 'delete') .find('a').fadeTo('fast',1); });