From a2d7dede737947d7c6afa20a88e1f0c64e0eb96c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 10 Aug 2023 11:18:52 +0200 Subject: Merging upstream version 1.42.0. Signed-off-by: Daniel Baumann --- web/gui/v2/registry-hello.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/gui/v2/registry-hello.html') diff --git a/web/gui/v2/registry-hello.html b/web/gui/v2/registry-hello.html index c6c913324..e95f48c47 100644 --- a/web/gui/v2/registry-hello.html +++ b/web/gui/v2/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