mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
parent
d8ddc6600a
commit
253597c4fb
@ -371,7 +371,7 @@
|
|||||||
var path = [];
|
var path = [];
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
var id = element.id;
|
var id = element.getAttribute("id");
|
||||||
|
|
||||||
// Only use ids if they're truly unique
|
// Only use ids if they're truly unique
|
||||||
// TODO: The check used to use document.querySelectorAll, but this resulted in many issues with ids
|
// TODO: The check used to use document.querySelectorAll, but this resulted in many issues with ids
|
||||||
|
Loading…
x
Reference in New Issue
Block a user