From 24a1eeee2f40289a2a4c808012d6b5bc229a197c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81bastien?= Date: Tue, 16 Jun 2020 15:10:56 +0200 Subject: [PATCH] Fix a js 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 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);