Go back to 100 for threshold for wide
Also fixed one whitespace issue in previous commit.
This commit is contained in:
@@ -135,7 +135,7 @@
|
|||||||
*/
|
*/
|
||||||
position: function () {
|
position: function () {
|
||||||
var pos,
|
var pos,
|
||||||
top = this.top,
|
top = this.top,
|
||||||
left = this.left;
|
left = this.left;
|
||||||
|
|
||||||
if ( top === undefined ) {
|
if ( top === undefined ) {
|
||||||
@@ -362,7 +362,7 @@
|
|||||||
return 'narrow';
|
return 'narrow';
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( languagesCount < 400 ) {
|
if ( languagesCount < 100 ) {
|
||||||
return 'medium';
|
return 'medium';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user