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

This commit is contained in:
Bjoern Schiessle 2012-06-26 12:51:32 +02:00
parent 18d5420744
commit 72b365842f
1 changed files with 1 additions and 0 deletions

View File

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