From 7ceba61413ec3cc63112471e89f346ac1613d928 Mon Sep 17 00:00:00 2001 From: Michael Gapczynski Date: Sun, 1 Jul 2012 11:29:02 -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 90569bcc56..c04df81d82 100644 --- a/settings/js/users.js +++ b/settings/js/users.js @@ -221,6 +221,5 @@ $(document).ready(function(){ } } ); - location.reload(); }); });