diff --git a/src/app.js b/src/app.js index 77437bc4b3..e8615abaa5 100644 --- a/src/app.js +++ b/src/app.js @@ -289,7 +289,7 @@ var run = function () { } function reAdjust () { - if (widthOfList() + getLeftPosi() > + widthOfVisible()) { + if (widthOfList() + getLeftPosi() > widthOfVisible()) { $scrollerRight.fadeIn('fast'); } else { $scrollerRight.fadeOut('fast');