Cosmetic updates

This commit is contained in:
Duncan Sommerville 2015-08-25 11:46:20 -04:00
parent e6761b54da
commit afe6ca7002
7 changed files with 40 additions and 51 deletions

View file

@ -342,9 +342,9 @@ var AIRTIME = (function(AIRTIME){
};
mod.fnRemove = function(aItems) {
mod.disableUI();
if (confirm($.i18n._("Delete selected item(s)?"))) {
mod.selectNone();
$.post( baseUrl+"showbuilder/schedule-remove",
{"items": aItems, "format": "json"},
mod.fnItemCallback