Index: trunk/extensions/Storyboard/tags/Storyboard/storyboard.js |
— | — | @@ -3,7 +3,7 @@ |
4 | 4 | */ |
5 | 5 | |
6 | 6 | $j( document ).ready( function(){ |
7 | | - $j( '.storyboard' ).ajaxScroll( { |
| 7 | + $j( '.ajaxscroll' ).ajaxScroll( { |
8 | 8 | updateBatch: updateStoryboard, |
9 | 9 | batchSize: 5, |
10 | 10 | batchNum: 1 |
— | — | @@ -23,4 +23,4 @@ |
24 | 24 | // TODO: use data to create stories html |
25 | 25 | } |
26 | 26 | ); |
27 | | -} |
| 27 | +} |
\ No newline at end of file |
Index: trunk/extensions/Storyboard/tags/Storyboard/Storyboard_body.php |
— | — | @@ -15,7 +15,7 @@ |
16 | 16 | } |
17 | 17 | |
18 | 18 | class TagStoryboard { |
19 | | - |
| 19 | + |
20 | 20 | public static function render( $input, $args, $parser, $frame ) { |
21 | 21 | global $wgOut, $wgJsMimeType, $wgScriptPath, $egStoryboardScriptPath, $egStoryboardWidth, $egStoryboardHeight; |
22 | 22 | |
— | — | @@ -30,7 +30,6 @@ |
31 | 31 | |
32 | 32 | $output = Html::element( 'div', array( |
33 | 33 | 'class' => 'ajaxscroll', |
34 | | - 'class' => 'storyboard', |
35 | 34 | 'style' => "height: $height; width: $width;" |
36 | 35 | ) |
37 | 36 | ); |