diff --git a/themes/learn2/js/.jquery.scrollbar.js.swp b/themes/learn2/js/.jquery.scrollbar.js.swp index d319ab2..06dd680 100644 Binary files a/themes/learn2/js/.jquery.scrollbar.js.swp and b/themes/learn2/js/.jquery.scrollbar.js.swp differ diff --git a/themes/learn2/js/jquery.scrollbar.js b/themes/learn2/js/jquery.scrollbar.js index c46a80d..683bbc4 100644 --- a/themes/learn2/js/jquery.scrollbar.js +++ b/themes/learn2/js/jquery.scrollbar.js @@ -711,7 +711,8 @@ scroll.init(); if (options.debug) { - window.console && console.log({ + //window.console && console.log({ + console.log({ scrollHeight: container.prop('scrollHeight') + ':' + scroll.scrolly.size, scrollWidth: container.prop('scrollWidth') + ':' + scroll.scrollx.size, visibleHeight: wrapper.height() + ':' + scroll.scrolly.visible, @@ -722,7 +723,8 @@ } } if (debug && timerCounter > 10) { - window.console && console.log('Scroll updates exceed 10'); + //window.console && console.log('Scroll updates exceed 10'); + console.log('Scroll updates exceed 10'); updateScrollbars = function () {}; } else { clearTimeout(timer);