mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
d8ddc6600a
commit
253597c4fb
@ -371,7 +371,7 @@
|
||||
var path = [];
|
||||
|
||||
while (true) {
|
||||
var id = element.id;
|
||||
var id = element.getAttribute("id");
|
||||
|
||||
// Only use ids if they're truly unique
|
||||
// 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