From 5121c262e2c900de743637d206b18c2aeb43c25d Mon Sep 17 00:00:00 2001
From: Michael Gapczynski <mtgap@owncloud.com>
Date: Sun, 1 Jul 2012 11:31:01 -0400
Subject: [PATCH] Revert "bugfix for #1098 (assigning a group to a user, the
 group appears incrementally many times the more you assign it)"

This reverts commit 265d7e50f55978a3bebfa077aa8552d5ea1b0c59.
---
 settings/js/users.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/settings/js/users.js b/settings/js/users.js
index 6ee7fb04f0..b0ca3ad0e1 100644
--- a/settings/js/users.js
+++ b/settings/js/users.js
@@ -213,6 +213,5 @@ $(document).ready(function(){
 				}
 			}
 		);
-	    location.reload();
 	});
 });
-- 
GitLab