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:
parent
595ff468f5
commit
265d7e50f5
|
@ -213,5 +213,6 @@ $(document).ready(function(){
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
location.reload();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue