diff options
author | hellekin <hellekin@cepheide.org> | 2020-07-26 13:06:08 +0200 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2020-07-26 13:06:08 +0200 |
commit | bb3196623bd029ffeb0f19bb10c56c765041f2e2 (patch) | |
tree | e32c8912b8b220976890cc4237d338b81fefb307 /assets/js/ps-app.js | |
parent | 381336db62a79ee9085146b3289a24005dfe247e (diff) | |
download | lesoiseaux.io-bb3196623bd029ffeb0f19bb10c56c765041f2e2.tar.gz |
Fix missing language switch
Diffstat (limited to 'assets/js/ps-app.js')
-rw-r--r-- | assets/js/ps-app.js | 2 |
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') |