diff --git a/minimal.js b/minimal.js index aef05f8..8a05c18 100755 --- a/minimal.js +++ b/minimal.js @@ -347,8 +347,8 @@ function toggleMute(callingElement, show) { function skipSong (callingElement) { callingElement.blur(); - callingElement.addClass("buttonactive"); if ( gettingJukeboxList || gettingSongList ) return false; + callingElement.addClass("buttonactive"); $.ajax({ url: 'ajax_skipsong.php', async: false,