From 32b98e9acac4f8b8fe88891d4453daff59a08c58 Mon Sep 17 00:00:00 2001
From: xamgore <xamgore@ya.ru>
Date: Tue, 16 Jun 2015 15:42:33 +0300
Subject: [PATCH] Remove page reload after correct authorization

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

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