Corrected missing brace
This commit is contained in:
parent
26f02996c3
commit
19d65914ef
@ -430,6 +430,7 @@ $(document).ready(function()
|
||||
if(v.name == x.profile.name) {
|
||||
updateProfile(i);
|
||||
$('#e2').select2('val', i);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user