bugfix for #1098 (assigning a group to a user, the group appears incrementally many times the more you assign it)

remotes/origin/stable4
Bjoern Schiessle 14 years ago
parent 595ff468f5
commit 265d7e50f5
  1. 1
      settings/js/users.js

@ -213,5 +213,6 @@ $(document).ready(function(){
}
}
);
location.reload();
});
});

Loading…
Cancel
Save