Skip to content
Snippets Groups Projects
Commit 5a468e87 authored by pimka's avatar pimka
Browse files

reload after authorization

parent 0acfc22d
Branches
Tags
No related merge requests found
......@@ -51,7 +51,8 @@ $(function()
if(data.success === true)
{
$('.popup_overlay').css('display', 'none');
setSessionTimer(1);
location.reload();
setSessionTimer(15);
}
else
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment