[Solved] How can I edit the URL without changing pages?
Try out ! let url = window.location.toString(); window.location = url.replace(/function=login/, ‘/function=userloggedIn/’); solved How can I edit the URL without changing pages?
Try out ! let url = window.location.toString(); window.location = url.replace(/function=login/, ‘/function=userloggedIn/’); solved How can I edit the URL without changing pages?