Log out: Difference between revisions
From ASDSO Dam Safety Toolbox
No edit summary |
No edit summary |
||
Line 37: | Line 37: | ||
<script> | <script> | ||
function onLoad(){ | function onLoad(){ | ||
console.log(document.referrer); | |||
const urlParams = new URL(window.location.toLocaleString()).searchParams; | const urlParams = new URL(window.location.toLocaleString()).searchParams; | ||
const redirectUrl = urlParams.get('redirectUrl'); | const redirectUrl = urlParams.get('redirectUrl'); | ||
Line 61: | Line 62: | ||
y.style.visibility = "visible"; | y.style.visibility = "visible"; | ||
} | } | ||
onLoad(); | |||
</script> | </script> | ||
</html> | </html> |
Revision as of 20:09, 17 April 2023
Do you want to log out?
You are now logged out.
Note that some pages may continue to be displayed as if you are still logged in, until you clear your browser cache.
Return to Main Page