From 0225bdb772d1334cc1aa7ab0fc3678df0864df6b Mon Sep 17 00:00:00 2001 From: AlisaLinUwU Date: Sun, 26 Jan 2025 10:42:28 +0500 Subject: Initialize --- .../static/plugins/datatables-select/js/select.bootstrap4.min.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/main/resources/static/plugins/datatables-select/js/select.bootstrap4.min.js (limited to 'src/main/resources/static/plugins/datatables-select/js/select.bootstrap4.min.js') diff --git a/src/main/resources/static/plugins/datatables-select/js/select.bootstrap4.min.js b/src/main/resources/static/plugins/datatables-select/js/select.bootstrap4.min.js new file mode 100644 index 0000000..a46d1f1 --- /dev/null +++ b/src/main/resources/static/plugins/datatables-select/js/select.bootstrap4.min.js @@ -0,0 +1,5 @@ +/*! + Bootstrap 4 styling wrapper for Select + ©2018 SpryMedia Ltd - datatables.net/license +*/ +(function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-bs4","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-bs4")(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}); -- cgit v1.2.3