mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 11:36:59 +03:00
Update code.js
This commit is contained in:
@@ -195,7 +195,7 @@ $(document).ready(function(){
|
||||
if (thrownError != '') showMessage(thrownError, 'ERROR');
|
||||
},
|
||||
complete: function(response) {
|
||||
var returnedResponse = JSON.parse(response.responseText);
|
||||
//var returnedResponse = JSON.parse(response.responseText);
|
||||
console.log(response.responseText);
|
||||
console.log('sent config JSON with headers:', autoexec);
|
||||
console.log('now triggering reboot');
|
||||
|
||||
Reference in New Issue
Block a user