CC-2401: Shuffle option in playlists

- add delayed removing of success message
This commit is contained in:
James 2012-11-20 15:05:09 -05:00
parent 2b2a1db055
commit 4737232b21
1 changed files with 1 additions and 0 deletions

View File

@ -655,6 +655,7 @@ var AIRTIME = (function(AIRTIME){
$pl.find('.success').show();
}
disableLoadingIcon();
setTimeout(removeSuccessMsg, 5000);
});
})