From 76433b9594a64ab4fb49bbd3486a6e9c5d6382dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien?= Date: Thu, 17 Oct 2019 15:10:33 -0400 Subject: [PATCH] Update code.js --- components/wifi-manager/code.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/wifi-manager/code.js b/components/wifi-manager/code.js index b5c869ab..a8202f77 100644 --- a/components/wifi-manager/code.js +++ b/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');