mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-22 07:52:29 +03:00
Fix a js typo.
This commit is contained in:
parent
356b4242a7
commit
24a1eeee2f
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ window.GeneralFunctions = window.GeneralFunctions || {};
|
||||||
language: $(this).attr('data-language')
|
language: $(this).attr('data-language')
|
||||||
};
|
};
|
||||||
$.post(url, data)
|
$.post(url, data)
|
||||||
done(function () {
|
.done(function () {
|
||||||
document.location.reload(true);
|
document.location.reload(true);
|
||||||
})
|
})
|
||||||
.fail(GeneralFunctions.ajaxFailureHandler);
|
.fail(GeneralFunctions.ajaxFailureHandler);
|
||||||
|
|
Loading…
Reference in a new issue