aboutsummaryrefslogtreecommitdiff
path: root/static/DataTables/DataTables-1.11.3/js/dataTables.dataTables.min.js
blob: 85329ce6900587396353e249d099b2988949ac14 (plain)
1
2
3
4
5
/*!
 DataTables styling integration
 ©2018 SpryMedia Ltd - datatables.net/license
*/
(function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net"],function(a){return c(a,window,document)}):"object"===typeof exports?module.exports=function(a,b){a||(a=window);b&&b.fn.dataTable||(b=require("datatables.net")(a,b).$);return c(b,a,a.document)}:c(jQuery,window,document)})(function(c,a,b,d){return c.fn.dataTable});
bgstack15