mirror of
https://github.com/NickKaramoff/toot
synced 2025-01-30 17:15:17 +01:00
Construct the URL using normalizeUrl
Co-authored-by: Nikita Karamov <nick@karamoff.dev>
This commit is contained in:
parent
e27cb3f123
commit
70d484d8a1
@ -92,7 +92,7 @@ choose_instance.addEventListener('focus', function (e) {
|
||||
})
|
||||
|
||||
choose_instance.addEventListener('change', function (e) {
|
||||
instance.value = `https://${choose_instance.value}`;
|
||||
instance.value = normalizeUrl(choose_instance.value);
|
||||
});
|
||||
|
||||
document
|
||||
|
Loading…
x
Reference in New Issue
Block a user