Log out: Difference between revisions
From ASDSO Dam Safety Toolbox
No edit summary |
No edit summary |
||
Line 58: | Line 58: | ||
// Navigate to Impexium site and logout there | // Navigate to Impexium site and logout there | ||
setTimeout(function() { | setTimeout(function() { | ||
window.location.href = 'https://asdso.mpxstage.com/account/logout.aspx'; | //window.location.href = 'https://asdso.mpxstage.com/account/logout.aspx'; | ||
}, 3000); | }, 3000); | ||