Paul Lecuq
36c5d6f2ed
- web service with json support - web page - cron service to update database infos
6 lines
437 B
JavaScript
6 lines
437 B
JavaScript
/*!
|
|
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});
|