Since the change of some tt tags to code, the list of privileges was no longer updated
This commit is contained in:
parent
fbc23f9d14
commit
32345e888e
@ -458,7 +458,7 @@ $(document).ready(function() {
|
||||
if(data.new_privileges && reload_privs) {
|
||||
$("#usersForm")
|
||||
.find('.current_row')
|
||||
.find('tt')
|
||||
.find('code')
|
||||
.html(data.new_privileges);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user