diff --git a/src/jquery.uls.core.js b/src/jquery.uls.core.js index d53a416..d92008a 100644 --- a/src/jquery.uls.core.js +++ b/src/jquery.uls.core.js @@ -135,7 +135,7 @@ */ position: function () { var pos, - top = this.top, + top = this.top, left = this.left; if ( top === undefined ) { @@ -362,7 +362,7 @@ return 'narrow'; } - if ( languagesCount < 400 ) { + if ( languagesCount < 100 ) { return 'medium'; }