mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 20:55:28 +00:00
@@ -5,9 +5,9 @@
|
||||
* This file is copyright under the latest version of the EUPL.
|
||||
* Please see LICENSE file for your rights under this license. */
|
||||
|
||||
// This code has been taken from
|
||||
// This code has been adapted from
|
||||
// https://datatables.net/plug-ins/sorting/ip-address
|
||||
jQuery.extend(jQuery.fn.dataTableExt.oSort, {
|
||||
$.extend($.fn.dataTableExt.oSort, {
|
||||
"ip-address-pre": function (a) {
|
||||
if (!a) {
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user