summaryrefslogtreecommitdiffstats
path: root/web/gui/v2/registry-hello.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/gui/v2/registry-hello.html')
-rw-r--r--web/gui/v2/registry-hello.html2
1 files changed, 1 insertions, 1 deletions
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 () {