diff --git a/src/components/ProxyRegistrar.astro b/src/components/ProxyRegistrar.astro index fac39e3..49f6587 100644 --- a/src/components/ProxyRegistrar.astro +++ b/src/components/ProxyRegistrar.astro @@ -212,9 +212,6 @@ } function updateTopbarTitle(iframe) { let topbarTitle = document.getElementById("url-text"); - if (iframe.contentDocument.title == "") { - iframe.contentDocument.title = "Loading..."; - } topbarTitle.innerText = iframe.contentDocument.title; }