From bb3196623bd029ffeb0f19bb10c56c765041f2e2 Mon Sep 17 00:00:00 2001 From: hellekin Date: Sun, 26 Jul 2020 13:06:08 +0200 Subject: Fix missing language switch --- assets/js/ps-app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets/js') diff --git a/assets/js/ps-app.js b/assets/js/ps-app.js index c599cf2..ec8037f 100644 --- a/assets/js/ps-app.js +++ b/assets/js/ps-app.js @@ -26,7 +26,7 @@ } // EN/FR switch - $('footer') + $('body') .append('') $('#lang-switch').click(function(e) { var lang = $('html').attr('lang') -- cgit v1.2.3