forked from mirrors/easyappointments
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')
|
||||
};
|
||||
$.post(url, data)
|
||||
done(function () {
|
||||
.done(function () {
|
||||
document.location.reload(true);
|
||||
})
|
||||
.fail(GeneralFunctions.ajaxFailureHandler);
|
||||
|
|
Loading…
Reference in a new issue