From 124d882ef2c5176aefd96c0d2c09b090db3ef03b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20H=C3=A1la?= Date: Sun, 10 Nov 2024 20:36:23 +0100 Subject: [PATCH] Commit minifies accent-neutralize.min.js --- backend/static/datatables/accent-neutralize.min.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 backend/static/datatables/accent-neutralize.min.js diff --git a/backend/static/datatables/accent-neutralize.min.js b/backend/static/datatables/accent-neutralize.min.js new file mode 100644 index 0000000..ee26228 --- /dev/null +++ b/backend/static/datatables/accent-neutralize.min.js @@ -0,0 +1,2 @@ +/*! © SpryMedia Ltd - datatables.net/license */ +!function(t){if("function"==typeof define&&define.amd)define(["jquery","datatables.net"],function(e){return t(e,window,document)});else if("object"==typeof exports){var e=require("jquery"),n=function(t,e){e.fn.dataTable||require("datatables.net")(t,e)};"undefined"==typeof window?module.exports=function(r,u){return r||(r=window),u||(u=e(r)),n(r,u),t(u,r,r.document)}:(n(window,e),module.exports=t(e,window,window.document))}else t(jQuery,window,document)}(function(t,e,n,r){"use strict";var u=t.fn.dataTable;function a(t){return t.normalize?t+" "+t.normalize("NFD").replace(/[\u0300-\u036f]/g,""):t}var o=u.ext.type.search;return o.string=function(t){return t?"string"==typeof t?a(t):t:""},o.html=function(t){return t?"string"==typeof t?a(t.replace(/<.*?>/g,"")):t:""},u}); \ No newline at end of file