Fix a js typo.

This commit is contained in:
Sébastien 2020-06-16 15:10:56 +02:00
parent 356b4242a7
commit 24a1eeee2f
1 changed files with 1 additions and 1 deletions

View File

@ -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);