We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc4bf7 commit b3089f8Copy full SHA for b3089f8
rcos-status/index.js
@@ -32,6 +32,6 @@ Object.keys(m).map((k) => {
32
}).then((response) => {
33
console.log(response);
34
console.log(response.status);
35
- document.querySelector(`.${k} .status`).innerText = "🟢 200 OK";
+ document.querySelector(`.${k} .status`).innerHTML = "🟢 200 OK";
36
});
37
0 commit comments