mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 04:22:01 -06:00
parent
07f34c2675
commit
09066a4c6c
BIN
netbox/project-static/dist/netbox.js
vendored
BIN
netbox/project-static/dist/netbox.js
vendored
Binary file not shown.
BIN
netbox/project-static/dist/netbox.js.map
vendored
BIN
netbox/project-static/dist/netbox.js.map
vendored
Binary file not shown.
@ -175,7 +175,7 @@ class APISelect {
|
||||
this.addEventListeners();
|
||||
|
||||
// Determine if this element is part of collapsible element.
|
||||
const collapse = findFirstAdjacent(this.base, '.collapse', '.content-container');
|
||||
const collapse = this.base.closest('.content-container .collapse');
|
||||
if (collapse !== null) {
|
||||
// If this element is part of a collapsible element, only load the data when the
|
||||
// collapsible element is shown.
|
||||
|
Loading…
Reference in New Issue
Block a user