File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 257
257
</ table >
258
258
</ div >
259
259
260
- < script type ="text/javascript " src ="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2 /jquery.min.js "> </ script >
260
+ < script type ="text/javascript " src ="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1 /jquery.min.js "> </ script >
261
261
< script type ="text/javascript " src ="jquery.tablescroll.js "> </ script >
262
262
263
263
< script >
Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ OTHER DEALINGS IN THE SOFTWARE.
51
51
if ( options == 'undo' )
52
52
{
53
53
var container = $ ( this ) . parent ( ) . parent ( ) ;
54
- if ( container . hasClass ( 'tablescroll_wrapper' ) )
55
- {
56
- container . find ( '.tablescroll_head thead' ) . prependTo ( this ) ;
57
- container . find ( '.tablescroll_foot tfoot' ) . appendTo ( this ) ;
58
- container . before ( this ) ;
59
- container . empty ( ) ;
60
- }
54
+ if ( container . hasClass ( 'tablescroll_wrapper' ) )
55
+ {
56
+ container . find ( '.tablescroll_head thead' ) . prependTo ( this ) ;
57
+ container . find ( '.tablescroll_foot tfoot' ) . appendTo ( this ) ;
58
+ container . before ( this ) ;
59
+ container . empty ( ) ;
60
+ }
61
61
return ;
62
62
}
63
63
You can’t perform that action at this time.
0 commit comments