Skip to content

Commit

Permalink
move the redirect in js code
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.forge.objectweb.org/svnroot/spagobi/V_4.x/Server/trunk@22428 99afaf0d-6903-0410-885a-c66a8bbb5f81
  • Loading branch information
aghedin committed Mar 27, 2014
1 parent bb91e18 commit 7eedc33
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions SpagoBIProject/web-content/WEB-INF/jsp/wapp/logout.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,7 @@ var myVar=setTimeout(function(){redirect()},1000);
function redirect()
{
function delayer(){
window.location = <%=redirectUrl%>
}
window.location = "<%=redirectUrl%>"
}
</script>
Expand Down

0 comments on commit 7eedc33

Please sign in to comment.