Update xo to v1.1.1

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2025-05-24 19:14:40 +03:00
parent 839e2a68b6
commit 8329997242
7 changed files with 1574 additions and 2204 deletions

View File

@@ -38,6 +38,7 @@ $.extend($.fn.dataTableExt.oSort, {
cidr = m[3].split("/");
if (cidr.length === 2) {
m.pop();
// eslint-disable-next-line unicorn/prefer-spread
m = m.concat(cidr);
}