CC-3534 : Check Scheduling Edge Cases
This commit is contained in:
parent
4904a16ebb
commit
03c5daa9e7
|
@ -828,7 +828,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
if (oItems.del !== undefined) {
|
||||
|
||||
callback = function() {
|
||||
if (confirm("")) {
|
||||
if (confirm("Delete selected Items?")) {
|
||||
AIRTIME.showbuilder.fnRemove([{
|
||||
id: data.id,
|
||||
timestamp: data.timestamp,
|
||||
|
|
Loading…
Reference in New Issue