window.location routing fix
This commit is contained in:
parent
335affbcc9
commit
603988c9eb
@ -9581,7 +9581,7 @@
|
||||
<script id="onLoadStartUp">
|
||||
function onLoadStartUp() {
|
||||
|
||||
window.location.href = `${window.location.origin}#signin`
|
||||
window.location.href = `${window.location.origin}${window.location.pathname}#signin`
|
||||
document.querySelector("#signin .close").style.display = 'none'
|
||||
|
||||
//floDapps.addStartUpFunction('Sample', Promised Function)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user