From 6382bc422a820726b36101814b5d90ae8a5af778 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Thu, 18 Jun 2020 19:30:47 +0200 Subject: [PATCH] Fixed typo --- assets/js/general_functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);