mirror of
https://github.com/pi-hole/web.git
synced 2026-04-28 12:44:07 +01:00
Fix spelling
Signed-off-by: a1346054 <36859588+a1346054@users.noreply.github.com>
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
$.extend($.fn.dataTableExt.oSort, {
|
||||
"ip-address-pre": function (a) {
|
||||
// Skip empty fields (IP address might have expired or
|
||||
// reassigned to a differenct device)
|
||||
// reassigned to a different device)
|
||||
if (!a || a.length === 0) {
|
||||
return Infinity;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user