Trim duplicate profile before post to save
This commit is contained in:
parent
b11f047332
commit
14b884b53d
|
@ -439,7 +439,7 @@ enterprise_hook('close_meta_frame');
|
|||
data: {
|
||||
page: 'include/ajax/profile',
|
||||
search_profile_nanme: true,
|
||||
profile_name: $('#text-name').val(),
|
||||
profile_name: $('#text-name').val().trim(),
|
||||
},
|
||||
success: function (data) {
|
||||
if(data === 'true'){
|
||||
|
|
Loading…
Reference in New Issue