Log out: Difference between revisions
From ASDSO Dam Safety Toolbox
No edit summary |
No edit summary |
||
Line 63: | Line 63: | ||
console.log('FINISH Show confirmation'); | console.log('FINISH Show confirmation'); | ||
var x = document.getElementById("confirmLogout"); | var x = document.getElementById("confirmLogout"); | ||
x.style. | x.style.visibility = "hidden"; | ||
var y = document.getElementById("logoutSuccess"); | var y = document.getElementById("logoutSuccess"); | ||
y.style. | y.style.visibility = "visible"; | ||
// TODO: FINISH Show confirmation | // TODO: FINISH Show confirmation |
Revision as of 19:50, 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 Page Name