changes
This commit is contained in:
@@ -224,8 +224,7 @@ $currentPage = 'manage_profile';
|
||||
|
||||
$.ajax({
|
||||
type: 'POST',
|
||||
url: '{{ route('
|
||||
update.profile ') }}',
|
||||
url: '{{ route('update.profile') }}',
|
||||
data: formData,
|
||||
beforeSend: function() {
|
||||
$('#updates_profile').html('Please wait...');
|
||||
|
||||
Reference in New Issue
Block a user