aboutsummaryrefslogtreecommitdiff
path: root/assets/js
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2020-07-26 13:06:08 +0200
committerhellekin <hellekin@cepheide.org>2020-07-26 13:06:08 +0200
commitbb3196623bd029ffeb0f19bb10c56c765041f2e2 (patch)
treee32c8912b8b220976890cc4237d338b81fefb307 /assets/js
parent381336db62a79ee9085146b3289a24005dfe247e (diff)
downloadlesoiseaux.io-bb3196623bd029ffeb0f19bb10c56c765041f2e2.tar.gz
Fix missing language switch
Diffstat (limited to 'assets/js')
-rw-r--r--assets/js/ps-app.js2
1 files changed, 1 insertions, 1 deletions
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('<button id="lang-switch" title="Read in English">EN</button>')
$('#lang-switch').click(function(e) {
var lang = $('html').attr('lang')