diff --git a/assets/js/general_functions.js b/assets/js/general_functions.js index bba87c8b..2f2eab0a 100755 --- a/assets/js/general_functions.js +++ b/assets/js/general_functions.js @@ -284,7 +284,7 @@ window.GeneralFunctions = window.GeneralFunctions || {}; }; $.post(url, data) - done(function () { + .done(function () { document.location.reload(true); }) .fail(GeneralFunctions.ajaxFailureHandler);