Spaces:
Paused
Paused
BinaryONe
commited on
Commit
·
f0f2770
1
Parent(s):
424eeda
Changes
Browse files
WebSSH/templates/index.html
CHANGED
|
@@ -70,7 +70,6 @@
|
|
| 70 |
},
|
| 71 |
body: JSON.stringify({ command: command })
|
| 72 |
})
|
| 73 |
-
.then(response => response.text())
|
| 74 |
.then(data => {
|
| 75 |
console.log(data);
|
| 76 |
});
|
|
|
|
| 70 |
},
|
| 71 |
body: JSON.stringify({ command: command })
|
| 72 |
})
|
|
|
|
| 73 |
.then(data => {
|
| 74 |
console.log(data);
|
| 75 |
});
|