]> source.dussan.org Git - nextcloud-server.git/commitdiff
Revert "bugfix for #1098 (assigning a group to a user, the group appears incrementall...
authorMichael Gapczynski <mtgap@owncloud.com>
Sun, 1 Jul 2012 15:29:02 +0000 (11:29 -0400)
committerMichael Gapczynski <mtgap@owncloud.com>
Sun, 1 Jul 2012 15:29:02 +0000 (11:29 -0400)
This reverts commit 265d7e50f55978a3bebfa077aa8552d5ea1b0c59.

settings/js/users.js

index 90569bcc56b6f9d058265de34a9a5943a5e57750..c04df81d82fe39694c7ac88f63bc3a4f7a61f6b5 100644 (file)
@@ -221,6 +221,5 @@ $(document).ready(function(){
                                }
                        }
                );
-           location.reload();
        });
 });