diff --git a/contrib/ui/mesh-ui/index.html b/contrib/ui/mesh-ui/index.html index 7cadf652..16f05fe0 100755 --- a/contrib/ui/mesh-ui/index.html +++ b/contrib/ui/mesh-ui/index.html @@ -90,7 +90,7 @@ function showWindow(text) { var info = document.getElementById("notification_window"); - var message = document.getElementById("info_text"); + var message = document.getElementById("info_window"); message.innerHTML = text; info.className = "notification is-primary"; @@ -225,7 +225,7 @@ function add_table(peerList) {