Fix issue with updateTopbarTitle
This commit is contained in:
parent
46d5cef377
commit
ab6457d95c
1 changed files with 0 additions and 3 deletions
|
|
@ -212,9 +212,6 @@
|
||||||
}
|
}
|
||||||
function updateTopbarTitle(iframe) {
|
function updateTopbarTitle(iframe) {
|
||||||
let topbarTitle = document.getElementById("url-text");
|
let topbarTitle = document.getElementById("url-text");
|
||||||
if (iframe.contentDocument.title == "") {
|
|
||||||
iframe.contentDocument.title = "Loading...";
|
|
||||||
}
|
|
||||||
topbarTitle.innerText = iframe.contentDocument.title;
|
topbarTitle.innerText = iframe.contentDocument.title;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue