mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +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) {
|
Collapsible.prototype.getRowSelector = function ($collapsible) {
|
||||||
if ($collapsible.is('table')) {
|
if ($collapsible.is('table')) {
|
||||||
return '> tbody > th, > tbody > tr';
|
return '> tbody > tr';
|
||||||
} else if ($collapsible.is('ul, ol')) {
|
} else if ($collapsible.is('ul, ol')) {
|
||||||
return '> li';
|
return '> li';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user