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