Add files via upload

This commit is contained in:
erosman 2023-11-20 23:47:32 +03:30 committed by GitHub
parent 890ae3a8a7
commit 828772e4b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -517,9 +517,11 @@ class Proxies {
e.target.classList.add('invalid');
return;
}
hostname.value = h;
hostname.value ||= h;
p && (port.value = p);
type.value = 'pac';
title.value ||= 'PAC';
sumTitle.textContent ||= 'PAC';
});
// patterns