Skip to content

Commit b3089f8

Browse files
authored
text to html
1 parent dcc4bf7 commit b3089f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rcos-status/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ Object.keys(m).map((k) => {
3232
}).then((response) => {
3333
console.log(response);
3434
console.log(response.status);
35-
document.querySelector(`.${k} .status`).innerText = "🟢 200 OK";
35+
document.querySelector(`.${k} .status`).innerHTML = "🟢 200 OK";
3636
});
3737
});

0 commit comments

Comments
 (0)