Ticket #38782: 38782.patch
File 38782.patch, 469 bytes (added by , 9 years ago) |
---|
-
wp-includes/js/wplink.js
730 730 if ( ! this.query.ready() || bottom < this.contentHeight.height() - wpLink.riverBottomThreshold ) 731 731 return; 732 732 733 f ( ! this.visible ) 734 return; 735 733 736 setTimeout(function() { 734 737 var newTop = el.scrollTop(), 735 738 newBottom = newTop + el.height();