Skip to content
Snippets Groups Projects
Commit 32b98e9a authored by xamgore's avatar xamgore
Browse files

Remove page reload after correct authorization

parent 19d3bab0
Branches
Tags
No related merge requests found
...@@ -58,7 +58,7 @@ $(function() ...@@ -58,7 +58,7 @@ $(function()
if(data.success === true) if(data.success === true)
{ {
$('.popup_overlay').css('display', 'none'); $('.popup_overlay').css('display', 'none');
location.reload(); //location.reload();
setSessionTimer(15); setSessionTimer(15);
} }
else 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