woah what
This commit is contained in:
@@ -34,6 +34,7 @@ function updatePreview() {
|
||||
const raw = getName(elName);
|
||||
const host = extractHostLikeBackend(raw);
|
||||
elPreview.textContent = host && host !== raw ? `→ ${host}` : "";
|
||||
return host;
|
||||
}
|
||||
|
||||
function pickTarget(value) {
|
||||
|
||||
Reference in New Issue
Block a user