We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 447ad9f commit b6c22e0Copy full SHA for b6c22e0
html/reload.js
@@ -9,7 +9,6 @@ function LoadData(id) {
9
if (this.readyState === 4 && this.status === 200) {
10
let data = JSON.parse(this.responseText);
11
let type = data.raw.Type;
12
- console.log("refresh:");
13
// insert data into html
14
let serverid = document.getElementById("server_"+id);
15
if (data.Status === 1) {
html/script.js
0 commit comments