mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
The dest_url may have not been set by all account layout pages
This commit is contained in:
parent
d1e79910a9
commit
e8a1976521
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
const GlobalVariables = {
|
||||
csrfToken: <?= json_encode($this->security->get_csrf_hash()) ?>,
|
||||
baseUrl: <?= json_encode($base_url) ?>,
|
||||
destUrl: <?= json_encode($dest_url) ?>,e
|
||||
destUrl: <?= json_encode($dest_url ?? '') ?>,
|
||||
AJAX_SUCCESS: 'SUCCESS',
|
||||
AJAX_FAILURE: 'FAILURE'
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue