Removed js redirect from logout.aspx

This commit is contained in:
Per Ploug
2013-07-05 16:10:00 +02:00
parent 0c3d274232
commit f51306b0e2

View File

@@ -12,10 +12,7 @@
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<script>
window.top.location.href='login.aspx?redir=<%=Server.UrlEncode(Request["redir"]) %>';
</script>
</form>
</form>
</body>
</html>