Make minify (#1576)

This commit is contained in:
Christophe Maudoux 2018-12-11 21:46:39 +01:00
parent cc71f75b1c
commit 2aa19925a9
2 changed files with 2 additions and 2 deletions

View File

@ -296,7 +296,7 @@ LemonLDAP::NG Portal jQuery scripts
console.log(' Available lang', al);
re = new RegExp('^' + al + '-?');
if (nl.match(re)) {
console.log(' Matching lang =', al);
console.log(' Matching lang =', al);
langs.push(al);
} else if (al.substring(0, 1) === nl.substring(0, 1)) {
langs2.push(al);

File diff suppressed because one or more lines are too long