mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
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…
x
Reference in New Issue
Block a user