make codacy happy

This commit is contained in:
Dave R 2018-10-28 09:04:22 +00:00 committed by GitHub
parent 43c4885f0e
commit 3a4a71a8e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@
// https://eloquentjavascript.net/05_higher_order.html
function setDaytimeMessage () {
if (nal == 'it' || nal == 'it-CH') itaMessageSet(); //Italian
else if (nal === 'nl'|| nal == 'nl-BE') nlMessageSet(); //Dutch
if (nal === 'it' || nal === 'it-CH') itaMessageSet(); //Italian
else if (nal === 'nl'|| nal === 'nl-BE') nlMessageSet(); //Dutch
else if (nal === 'fr' || nal === 'fr-BE'|| nal === 'fr-CA'||
nal === 'fr-FR'|| nal === 'fr-LU'|| nal === 'fr-MC'||