From dd814a7c1a8de056a79f7238578b09236edd5506 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 10 Aug 2023 11:18:49 +0200 Subject: Adding upstream version 1.42.0. Signed-off-by: Daniel Baumann --- web/gui/registry-hello.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/gui/registry-hello.html') diff --git a/web/gui/registry-hello.html b/web/gui/registry-hello.html index c6c913324..e95f48c47 100644 --- a/web/gui/registry-hello.html +++ b/web/gui/registry-hello.html @@ -27,7 +27,7 @@ if (data.status === "ok") { localStorage.setItem("registry-netdata-token", token) - node = nodes.pop() + let node = nodes.pop() if (!!node) { setTimeout(function () { -- cgit v1.2.3