File tree Expand file tree Collapse file tree 3 files changed +61
-61
lines changed
Expand file tree Collapse file tree 3 files changed +61
-61
lines changed Original file line number Diff line number Diff line change 55 " js/jquery.dataTables.min.js"
66 ],
77 "src-repo" : " http://github.com/DataTables/DataTablesSrc" ,
8- "last-sync" : " bfed98dfc77da69c764a98244cb04b2121359d67 " ,
8+ "last-sync" : " 4e057f02a6f06f6e04bfd9b5a0d63c8281b1a597 " ,
99 "last-tag" : " 1.10.21"
1010}
Original file line number Diff line number Diff line change 32793279 }
32803280
32813281 /* ARIA role for the rows */
3282- $ ( thead ) . find ( '> tr') . attr ( 'role' , 'row' ) ;
3282+ $ ( thead ) . children ( ' tr') . attr ( 'role' , 'row' ) ;
32833283
32843284 /* Deal with the footer - add classes if required */
3285- $ ( thead ) . find ( '>tr> th, >tr> td') . addClass ( classes . sHeaderTH ) ;
3286- $ ( tfoot ) . find ( '>tr> th, >tr> td') . addClass ( classes . sFooterTH ) ;
3285+ $ ( thead ) . children ( 'tr' ) . children ( ' th, td') . addClass ( classes . sHeaderTH ) ;
3286+ $ ( tfoot ) . children ( 'tr' ) . children ( ' th, td') . addClass ( classes . sFooterTH ) ;
32873287
32883288 // Cache the footer cells. Note that we only take the cells from the first
32893289 // row in the footer. If there is more than one row the user wants to
You can’t perform that action at this time.
0 commit comments