]> 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:31:01 +0000 (11:31 -0400)
committerMichael Gapczynski <mtgap@owncloud.com>
Sun, 1 Jul 2012 15:35:58 +0000 (11:35 -0400)
This reverts commit 265d7e50f55978a3bebfa077aa8552d5ea1b0c59.

settings/js/users.js

index 6ee7fb04f07a8542ef4a9ada866cbabc274e8b9f..b0ca3ad0e1a7452938480640ab639459c0a9118e 100644 (file)
@@ -213,6 +213,5 @@ $(document).ready(function(){
                                }
                        }
                );
-           location.reload();
        });
 });