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 595ff468f5
commit 265d7e50f5

View file

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