Lines 1-6
Link Here
|
1 |
/* global dataTablesDefaults ERR_NO_RECORD_SELECTED ERR_INVALID_QUANTITY ERR_FUNDS_MISSING MSG_LOADING */ |
1 |
/* global dataTablesDefaults ERR_NO_RECORD_SELECTED ERR_INVALID_QUANTITY ERR_FUNDS_MISSING MSG_LOADING */ |
2 |
|
2 |
|
3 |
$(document).ready(function() { |
3 |
$(document).ready(function() { |
|
|
4 |
$("#Aform").preventDoubleFormSubmit(); |
4 |
$("#files").dataTable($.extend(true, {}, dataTablesDefaults, { |
5 |
$("#files").dataTable($.extend(true, {}, dataTablesDefaults, { |
5 |
"aoColumnDefs": [ |
6 |
"aoColumnDefs": [ |
6 |
{ "bSortable": false, "bSearchable": false, 'aTargets': [ 'NoSort' ] }, |
7 |
{ "bSortable": false, "bSearchable": false, 'aTargets': [ 'NoSort' ] }, |
7 |
- |
|
|