Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0is1 authored Nov 30, 2023
1 parent 0d97667 commit be625cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async function get_sdata() {
plot_df(JSON.parse(data[attrib]), attrib, pi);
});
} else {
document.querySelector(".message").innerText = data;
document.querySelector(".message").innerText = jsonData.data;
}

await new Promise((resolve) => setTimeout(resolve, 3000));
Expand Down

0 comments on commit be625cf

Please sign in to comment.