r65925 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65924‎ | r65925 | r65926 >
Date:00:45, 5 May 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Follow up t0 r65924
Modified paths:
  • /trunk/extensions/Storyboard/jquery/jquery.ajaxscroll.js (modified) (history)
  • /trunk/extensions/Storyboard/tags/Storyboard/storyboard.js (modified) (history)

Diff [purge]

Index: trunk/extensions/Storyboard/jquery/jquery.ajaxscroll.js
@@ -66,13 +66,7 @@
6767 if ( opt.eBound == "auto" ) {
6868 opt.eBound = b * 2;
6969 }
70 - /*
71 - $sp.find( '> .' + opt.emptyBatchClass ).each( function( i, obj ) {
72 - if ( i > 0 ) {
73 - var $batchDiv = jQuery( obj ).removeClass( opt.emptyBatchClass );
74 - }
75 - });
76 - */
 70+
7771 setTimeout( monEnd, opt.endDelay );
7872
7973 // Initiate the scroll handling.
Index: trunk/extensions/Storyboard/tags/Storyboard/storyboard.js
@@ -9,7 +9,6 @@
1010 $( document ).ready( function() {
1111 $( '.storyboard' ).ajaxScroll( {
1212 updateBatch: updateStoryboard,
13 - maxOffset: 500,
1413 batchSize: 4,
1514 batchClass: "batch",
1615 boxClass: "storyboard-box",

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r65924Fixed ajaxscroll load issuejeroendedauw00:38, 5 May 2010

Status & tagging log