Fixed typo

This commit is contained in:
Alex Tselegidis 2020-06-18 19:30:47 +02:00
parent 6585c38eb9
commit 6382bc422a

View file

@ -284,7 +284,7 @@ window.GeneralFunctions = window.GeneralFunctions || {};
};
$.post(url, data)
done(function () {
.done(function () {
document.location.reload(true);
})
.fail(GeneralFunctions.ajaxFailureHandler);