collapsible.js: Remove useless `> tbody > th` row selector
This commit is contained in:
parent
ba44240b68
commit
b8bdd743a2
|
@ -88,7 +88,7 @@
|
|||
*/
|
||||
Collapsible.prototype.getRowSelector = function ($collapsible) {
|
||||
if ($collapsible.is('table')) {
|
||||
return '> tbody > th, > tbody > tr';
|
||||
return '> tbody > tr';
|
||||
} else if ($collapsible.is('ul, ol')) {
|
||||
return '> li';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue