CC-2401: Shuffle option in playlists
- add delayed removing of success message
This commit is contained in:
parent
2b2a1db055
commit
4737232b21
|
@ -655,6 +655,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
$pl.find('.success').show();
|
||||
}
|
||||
disableLoadingIcon();
|
||||
setTimeout(removeSuccessMsg, 5000);
|
||||
});
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue