mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Updated the HTTP URL of the account settings page js
This commit is contained in:
parent
3607574e04
commit
5c3336f214
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
|||
return; // Validation failed, do not proceed.
|
||||
}
|
||||
|
||||
var url = GlobalVariables.baseUrl + '/index.php/settings/current_user/save';
|
||||
var url = GlobalVariables.baseUrl + '/index.php/account_settings/save';
|
||||
|
||||
var data = {
|
||||
csrfToken: GlobalVariables.csrfToken,
|
||||
|
|
Loading…
Reference in a new issue