diff options
author | Bot <bot@myigel.name> | 2018-08-11 22:16:57 +0200 |
---|---|---|
committer | Igor Scheller <igor.scheller@igorshp.de> | 2018-08-11 22:16:57 +0200 |
commit | 28349b69a8e591ddd2472bd53a3029de96444696 (patch) | |
tree | 77e5575fb777768718546a398fa797c041117970 /frontend/js/vendor.js | |
parent | 3d245660c53da4b4da832c3139329e091dbfac3d (diff) |
Changed JS to use single quotes instead of double quotes
Diffstat (limited to 'frontend/js/vendor.js')
-rw-r--r-- | frontend/js/vendor.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/js/vendor.js b/frontend/js/vendor.js index 467fa2ac..dd6b66b3 100644 --- a/frontend/js/vendor.js +++ b/frontend/js/vendor.js @@ -12,5 +12,5 @@ require('./sticky-headers'); require('./moment-countdown'); $(function () { - moment.locale("%locale%"); + moment.locale($('html').attr('lang')); }); |