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) {
|
if (oItems.del !== undefined) {
|
||||||
|
|
||||||
callback = function() {
|
callback = function() {
|
||||||
if (confirm("")) {
|
if (confirm("Delete selected Items?")) {
|
||||||
AIRTIME.showbuilder.fnRemove([{
|
AIRTIME.showbuilder.fnRemove([{
|
||||||
id: data.id,
|
id: data.id,
|
||||||
timestamp: data.timestamp,
|
timestamp: data.timestamp,
|
||||||
|
|
Loading…
Reference in New Issue