2
0
Sébastien 5 жил өмнө
parent
commit
76433b9594

+ 1 - 1
components/wifi-manager/code.js

@@ -195,7 +195,7 @@ $(document).ready(function(){
                 if (thrownError != '') showMessage(thrownError, 'ERROR');
                 if (thrownError != '') showMessage(thrownError, 'ERROR');
             },
             },
             complete: function(response) {
             complete: function(response) {
-                var returnedResponse = JSON.parse(response.responseText);
+                //var returnedResponse = JSON.parse(response.responseText);
                 console.log(response.responseText);
                 console.log(response.responseText);
                 console.log('sent config JSON with headers:', autoexec);
                 console.log('sent config JSON with headers:', autoexec);
                 console.log('now triggering reboot');
                 console.log('now triggering reboot');