summaryrefslogtreecommitdiffstats
path: root/dashboard/src/static/js/dashboard.js
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/src/static/js/dashboard.js')
-rw-r--r--dashboard/src/static/js/dashboard.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/src/static/js/dashboard.js b/dashboard/src/static/js/dashboard.js
index bd43c77..84c3703 100644
--- a/dashboard/src/static/js/dashboard.js
+++ b/dashboard/src/static/js/dashboard.js
@@ -482,7 +482,7 @@ class NetworkStep {
yes_button.appendChild(document.createTextNode("Okay"));
const cancel_button = document.createElement("button");
- cancel_button.onclick = function() {thid.closeWindow();}.bind(this);
+ cancel_button.onclick = function() {this.closeWindow();}.bind(this);
cancel_button.appendChild(document.createTextNode("Cancel"));
const error_div = document.createElement("div");