diff options
author | hellekin <hellekin@cepheide.org> | 2018-01-06 11:47:34 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2018-01-06 11:47:34 +0100 |
commit | 449f0eae51823f32ea5b165af333f979d852f170 (patch) | |
tree | caa17afc3b2b71723684d7d0aefd316762d02746 | |
parent | 9983f77c4af3b08b9f0ffd2041a8809e9652796a (diff) | |
download | lesoiseaux.io-449f0eae51823f32ea5b165af333f979d852f170.tar.gz |
Duh... Console.log fail
-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 4903ab2..7bb4b9c 100644 --- a/assets/js/ps-app.js +++ b/assets/js/ps-app.js @@ -38,7 +38,7 @@ console.log('Setting lang from param to ' + URLParams.get('lang')) setLang(URLParams.get('lang')) } else if (C.get('lang')) { - console.log('Setting lang to ' + $.cookie('lang')) + console.log('Setting lang to ' + C.get('lang')) setLang(C.get('lang')) } |