CC-3174 : showbuilder
showing message if some files could not be deleted since they were scheduled.
This commit is contained in:
parent
0f91f91c41
commit
bc1d519408
|
@ -13,6 +13,10 @@ var AIRTIME = (function(AIRTIME){
|
|||
$.post("/library/delete",
|
||||
{"format": "json", "media": aMedia},
|
||||
function(json){
|
||||
if (json.message !== undefined) {
|
||||
alert(json.message);
|
||||
}
|
||||
|
||||
oLibTT.fnSelectNone();
|
||||
oLibTable.fnDraw();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue