Colour tweaks

This commit is contained in:
Albert Santoni 2015-08-12 13:50:42 -04:00
parent 2a1d09bc08
commit 0cfc55116d
3 changed files with 15 additions and 14 deletions

View file

@ -401,10 +401,10 @@ var AIRTIME = (function(AIRTIME) {
$nRow.find(".his_"+b).html(text);
}
};
oTable = $historyTableDiv.dataTable( {
"aoColumns": columns,
oTable = $historyTableDiv.dataTable( {
"aoColumns": columns,
"bProcessing": true,
"bServerSide": true,
"sAjaxSource": baseUrl+"playouthistory/item-history-feed",
@ -412,7 +412,7 @@ var AIRTIME = (function(AIRTIME) {
"fnServerData": fnServerData,
"fnRowCallback": fnRowCallback,
"oLanguage": datatables_dict,
"aLengthMenu": lengthMenu,
"aLengthMenu": lengthMenu,
"iDisplayLength": 25,
"sPaginationType": "full_numbers",
"bJQueryUI": true,