Skip to content

Commit

Permalink
Fix wrong variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
PPRAKA30 committed Jan 13, 2020
1 parent 148517a commit ae14f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openxc/tools/static/js/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ function addDiagnosticResponse(name, message) {
text: message.value
}).appendTo('#' + name);

if (msg.success == false) {
if (message.success == false) {
$('<td/>', {
id: name + '_neg_resp_code',
text: message.negative_response_code
Expand Down

0 comments on commit ae14f87

Please sign in to comment.