first commit, basic html, js/css dependencies

This commit is contained in:
Bart van der Braak 2019-04-23 19:19:57 +02:00
commit 546e19245f
109 changed files with 150158 additions and 0 deletions

5
js/select.jqueryui.min.js vendored Normal file
View file

@ -0,0 +1,5 @@
/*!
jQuery UI styling wrapper for Select
©2018 SpryMedia Ltd - datatables.net/license
*/
(function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-jqui","datatables.net-select"],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-jqui")(a,b).$);b.fn.dataTable.select||require("datatables.net-select")(a,b);return c(b,a,a.document)}:c(jQuery,window,document)})(function(c,a,b,d){return c.fn.dataTable});