diff options
Diffstat (limited to 'web/gui/registry-hello.html')
-rw-r--r-- | web/gui/registry-hello.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/gui/registry-hello.html b/web/gui/registry-hello.html index c6c91332..e95f48c4 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 () { |