mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-22 16:02:54 +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)
|
$.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