From 5a468e87898340f488a353584cc0855b4f099c5c Mon Sep 17 00:00:00 2001
From: pimka <pimka@ro.ru>
Date: Wed, 31 Dec 2014 09:43:37 +0300
Subject: [PATCH] reload after authorization

---
 ~dev_rating/media/js/profile.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/~dev_rating/media/js/profile.js b/~dev_rating/media/js/profile.js
index a950d8224..835fba810 100644
--- a/~dev_rating/media/js/profile.js
+++ b/~dev_rating/media/js/profile.js
@@ -51,7 +51,8 @@ $(function()
                         if(data.success === true)
                         {                          
                             $('.popup_overlay').css('display', 'none');
-                            setSessionTimer(1);
+                            location.reload();
+                            setSessionTimer(15);
                         }
                         else
                         {
-- 
GitLab