CC-3534 : Check Scheduling Edge Cases

This commit is contained in:
Naomi Aro 2012-03-28 14:26:38 +02:00
parent 4904a16ebb
commit 03c5daa9e7
1 changed files with 1 additions and 1 deletions

View File

@ -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,