Code adjustment as LGTM.com

This commit is contained in:
Khanh Ngo
2018-09-06 11:35:54 +07:00
parent 67dd626c65
commit ccd2d8c31a
4 changed files with 47 additions and 30 deletions

View File

@ -129,7 +129,7 @@
$('.user_role').on('change', function() {
var role_name = this.value;
var username = $(this).prop('id');
postdata = {
var postdata = {
'action' : 'update_user_role',
'data' : {
'username' : username,