Explorar el Código

Update code.js

Sébastien hace 5 años
padre
commit
76433b9594
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      components/wifi-manager/code.js

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

@@ -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');