Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
erosman authored Nov 21, 2023
1 parent 7ea907e commit f5c1668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -517,8 +517,8 @@ class Proxies {
e.target.classList.add('invalid');
return;
}
!hostname.value.trim() && (hostname.value = h);
p && (port.value = p);
hostname.value = h;
port.value = p;
type.value = 'pac';
title.value ||= 'PAC';
sumTitle.textContent ||= 'PAC';
Expand Down

0 comments on commit f5c1668

Please sign in to comment.