Merge branch 'saas-dev' into saas-dev-bandwidth-limits

This commit is contained in:
Duncan Sommerville 2015-11-20 11:29:30 -05:00
commit aa3d0ea7ae
1 changed files with 3 additions and 0 deletions

View File

@ -1420,6 +1420,9 @@ var AIRTIME = (function(AIRTIME) {
sAjaxSource : ajaxSourceURL,
oColReorder: {
iFixedColumns: 1 // Checkbox
},
fnDrawCallback: function () {
AIRTIME.library.drawEmptyPlaceholder(this);
}
});