From 7a0b33601002bf5f75e0a285c9e0adaa9433ba13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Laxstr=C3=B6m?= Date: Mon, 29 Aug 2016 10:58:16 +0200 Subject: [PATCH] Go back to 100 for threshold for wide Also fixed one whitespace issue in previous commit. --- src/jquery.uls.core.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'; }