Skip to content

Commit ae14f87

Browse files
committed
Fix wrong variable name
1 parent 148517a commit ae14f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openxc/tools/static/js/dashboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ function addDiagnosticResponse(name, message) {
221221
text: message.value
222222
}).appendTo('#' + name);
223223

224-
if (msg.success == false) {
224+
if (message.success == false) {
225225
$('<td/>', {
226226
id: name + '_neg_resp_code',
227227
text: message.negative_response_code

0 commit comments

Comments
 (0)