mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Fixed typo
This commit is contained in:
parent
6585c38eb9
commit
6382bc422a
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ window.GeneralFunctions = window.GeneralFunctions || {};
|
|||
};
|
||||
|
||||
$.post(url, data)
|
||||
done(function () {
|
||||
.done(function () {
|
||||
document.location.reload(true);
|
||||
})
|
||||
.fail(GeneralFunctions.ajaxFailureHandler);
|
||||
|
|
Loading…
Reference in a new issue