From: Michael Gapczynski Date: Sun, 1 Jul 2012 15:31:01 +0000 (-0400) Subject: Revert "bugfix for #1098 (assigning a group to a user, the group appears incrementall... X-Git-Tag: v4.0.5~44^2~5 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5121c262e2c900de743637d206b18c2aeb43c25d;p=nextcloud-server.git 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. --- 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(); }); });