SAAS-1102 - fix datatables pagination layout issues

This commit is contained in:
Duncan Sommerville 2015-09-30 11:24:29 -04:00
parent efa3999041
commit 258500f650
4 changed files with 12 additions and 19 deletions

View file

@ -553,12 +553,6 @@ var AIRTIME = (function(AIRTIME) {
return getDatatablesStrings({
"sEmptyTable": $.i18n._(""),
"sZeroRecords": $.i18n._("No matching results found.")
//"oPaginate": {
// "sFirst": "<<",
// "sLast": ">>",
// "sNext": ">",
// "sPrevious": "<"
//}
});
break;
}