diff options
Diffstat (limited to 'assets/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') |