Corrected missing brace

This commit is contained in:
sbman 2015-07-01 17:40:23 -07:00
parent 26f02996c3
commit 19d65914ef

View File

@ -430,6 +430,7 @@ $(document).ready(function()
if(v.name == x.profile.name) {
updateProfile(i);
$('#e2').select2('val', i);
}
});
}