aboutsummaryrefslogtreecommitdiff
path: root/assets/js/ps-app.js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/ps-app.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')