mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Show Unicode domains (if domain is punycode-encoded) (#2857)
This commit is contained in:
@@ -151,7 +151,8 @@ function initTable() {
|
||||
'" title="' +
|
||||
tooltip +
|
||||
'" class="breakall">' +
|
||||
data.domain +
|
||||
data.unicode +
|
||||
(data.domain !== data.unicode ? " (" + data.domain + ")" : "") +
|
||||
"</code>"
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user