From 02529b8b5fdc839afaaa701f07b9c929ef143cbb Mon Sep 17 00:00:00 2001 From: Anton Roslund Date: Fri, 15 Aug 2025 21:21:11 +0200 Subject: [PATCH] woops --- src/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/index.html b/src/public/index.html index b0dda99..4c23b9f 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -3534,7 +3534,7 @@ icon: icon, tagName: node.node_id, // we want to show online nodes above offline, but without needing to use separate layer groups - zIndexOffset: nodeHasUplinkedToMqttRecently ? 1000 : -1000, + //zIndexOffset: nodeHasUplinkedToMqttRecently ? 1000 : -1000, }).on('click', function(event) { // close tooltip on click to prevent tooltip and popup showing at same time event.target.closeTooltip();