(Grav GitSync) Automatic Commit from RealStickman
This commit is contained in:
parent
b7e8c47ad9
commit
6a547d0f8a
BIN
themes/learn2/js/.jquery.scrollbar.js.swp
Normal file
BIN
themes/learn2/js/.jquery.scrollbar.js.swp
Normal file
Binary file not shown.
Binary file not shown.
@ -711,8 +711,7 @@
|
||||
scroll.init();
|
||||
|
||||
if (options.debug) {
|
||||
//window.console && console.log({
|
||||
console.log({
|
||||
window.console && console.log({
|
||||
scrollHeight: container.prop('scrollHeight') + ':' + scroll.scrolly.size,
|
||||
scrollWidth: container.prop('scrollWidth') + ':' + scroll.scrollx.size,
|
||||
visibleHeight: wrapper.height() + ':' + scroll.scrolly.visible,
|
||||
@ -723,8 +722,7 @@
|
||||
}
|
||||
}
|
||||
if (debug && timerCounter > 10) {
|
||||
//window.console && console.log('Scroll updates exceed 10');
|
||||
console.log('Scroll updates exceed 10');
|
||||
window.console && console.log('Scroll updates exceed 10');
|
||||
updateScrollbars = function () {};
|
||||
} else {
|
||||
clearTimeout(timer);
|
||||
|
@ -1,4 +1,3 @@
|
||||
// Scrollbar Width function
|
||||
function getScrollBarWidth() {
|
||||
var inner = document.createElement('p');
|
||||
inner.style.width = "100%";
|
||||
|
Loading…
Reference in New Issue
Block a user