This commit is contained in:
Stephan Porada
2019-11-12 14:02:01 +01:00
parent 0d441a9364
commit dfd9d09f3f
4 changed files with 8 additions and 46 deletions

View File

@ -118,7 +118,8 @@ function sendQueryData() {
}
console.log(query_data)
socket.emit('query_event', query_data);
console.log('Query data has been sent!')
M.toast({html: 'Query has been sent'});
console.log('Query data has been sent!');
}
</script>