diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2012-07-01 11:31:01 -0400 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2012-07-01 11:35:58 -0400 |
commit | 5121c262e2c900de743637d206b18c2aeb43c25d (patch) | |
tree | 49a9a3efc5e888bec56f1172b1f488da13ff8117 | |
parent | fa7d4c2b3966f92963bdfd7ef0cc58659f475f64 (diff) | |
download | nextcloud-server-5121c262e2c900de743637d206b18c2aeb43c25d.tar.gz nextcloud-server-5121c262e2c900de743637d206b18c2aeb43c25d.zip |
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.
-rw-r--r-- | settings/js/users.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/settings/js/users.js b/settings/js/users.js index 6ee7fb04f07..b0ca3ad0e1a 100644 --- a/settings/js/users.js +++ b/settings/js/users.js @@ -213,6 +213,5 @@ $(document).ready(function(){ } } ); - location.reload(); }); }); |