Skip to content

Instantly share code, notes, and snippets.

@saltybeagle
Created March 22, 2012 16:36
Show Gist options
  • Save saltybeagle/2159431 to your computer and use it in GitHub Desktop.
Save saltybeagle/2159431 to your computer and use it in GitHub Desktop.
Set logout URL in the 3.x templates.
<script type="text/javascript">
//<![CDATA[
WDN.initializePlugin('idm', function(){
WDN.idm.setLogoutURL('/apps/logout.ashx');
});
//]]>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment