Go back to 100 for threshold for wide

Also fixed one whitespace issue in previous commit.
This commit is contained in:
Niklas Laxström
2016-08-29 10:58:16 +02:00
parent f5ff66eb63
commit 7a0b336010

View File

@@ -362,7 +362,7 @@
return 'narrow'; return 'narrow';
} }
if ( languagesCount < 400 ) { if ( languagesCount < 100 ) {
return 'medium'; return 'medium';
} }