diff options
-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> |