Fixed breaking bug and server now responds with print status

This commit is contained in:
plane000
2018-07-19 15:18:49 +01:00
parent 566c7fb0ad
commit d633cbe2f9
4 changed files with 31 additions and 20 deletions

View File

@@ -19,4 +19,5 @@ async function print() {
document.getElementById('coords').value = '';
document.getElementById('name').value = '';
document.getElementById('response').innerHTML = 'Printing...'
}