mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 04:38:28 +00:00
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user