From: Parker Berberian Date: Wed, 26 Jun 2019 13:11:45 +0000 (-0400) Subject: Fixes a typo X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=2941c38938e06f205d9cbb2a1ef9f0145c5a4c66;p=pharos-tools.git Fixes a typo Change-Id: Id0cfca0eda45035f89f2158cf7031d456e94ec83 Signed-off-by: Parker Berberian --- 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");