Tiny change to UVRegistrar
This commit is contained in:
parent
eac21bb0d2
commit
44c047fd17
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
||||||
});
|
});
|
||||||
let urlText = document.createElement('p');
|
let urlText = document.createElement('p');
|
||||||
urlText.classList.add("url-text");
|
urlText.classList.add("url-text");
|
||||||
urlText.innerText = url
|
urlText.innerText = window.__uv$config.decodeUrl(iframe.src.split(__uv$config.prefix)[1]);
|
||||||
iframe.style.opacity = 1;
|
iframe.style.opacity = 1;
|
||||||
topBar.style.opacity = 1;
|
topBar.style.opacity = 1;
|
||||||
topBar.style.pointerEvents = "auto";
|
topBar.style.pointerEvents = "auto";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue