diff options
author | Marius Halden <marius.h@lden.org> | 2017-05-27 22:38:21 +0200 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2017-05-27 22:38:27 +0200 |
commit | 2ab7b2bcb3b4585d4e34e7a79610b5fe24a27dc1 (patch) | |
tree | 4eb1d1fcb47fc766bd295b2609c2d5ac283aae53 | |
parent | d57de932e03d82b6ee2cea5df30233ac3379be8f (diff) |
Translation stuff
-rw-r--r-- | www/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html index 5220a92..6f26871 100644 --- a/www/index.html +++ b/www/index.html @@ -46,8 +46,8 @@ if (CONFIG) { if (CONFIG.LANGUAGE == 'sv') { add_script('jslib/moment-2.0.0.sv.min.js'); - } else if (CONFIG.LANGUAGE == 'no') { - add_script('jslib/moment-2.0.0.no.min.js'); + } else if (CONFIG.LANGUAGE == 'nb') { + add_script('jslib/moment-2.0.0.nb.min.js'); } } </script> |