Fix bug where success banner for saving playlist can appear for other open playlists
This commit is contained in:
parent
20a810fc52
commit
1f8e8f85b9
1 changed files with 2 additions and 2 deletions
|
@ -992,8 +992,8 @@ var AIRTIME = (function(AIRTIME){
|
|||
if (obj_type == "block") {
|
||||
callback(json, "save");
|
||||
} else {
|
||||
$('.success').text($.i18n._('Playlist saved'));
|
||||
$('.success').show();
|
||||
$pl.find('.success').text($.i18n._('Playlist saved'));
|
||||
$pl.find('.success').show();
|
||||
setTimeout(removeSuccessMsg, 5000);
|
||||
dt.fnStandingRedraw();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue