Index: trunk/extensions/Storyboard/jquery/jquery.ajaxscroll.js |
— | — | @@ -66,13 +66,7 @@ |
67 | 67 | if ( opt.eBound == "auto" ) { |
68 | 68 | opt.eBound = b * 2; |
69 | 69 | } |
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 | + |
77 | 71 | setTimeout( monEnd, opt.endDelay ); |
78 | 72 | |
79 | 73 | // Initiate the scroll handling. |
Index: trunk/extensions/Storyboard/tags/Storyboard/storyboard.js |
— | — | @@ -9,7 +9,6 @@ |
10 | 10 | $( document ).ready( function() { |
11 | 11 | $( '.storyboard' ).ajaxScroll( { |
12 | 12 | updateBatch: updateStoryboard, |
13 | | - maxOffset: 500, |
14 | 13 | batchSize: 4, |
15 | 14 | batchClass: "batch", |
16 | 15 | boxClass: "storyboard-box", |