diff --git a/assets/js/general_functions.js b/assets/js/general_functions.js index fa0a4ae2..a3188587 100755 --- a/assets/js/general_functions.js +++ b/assets/js/general_functions.js @@ -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);