Since the change of some tt tags to code, the list of privileges was no longer updated

This commit is contained in:
Marc Delisle 2012-04-15 19:27:46 -04:00
parent fbc23f9d14
commit 32345e888e

View File

@ -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);
}