From af4bf84185c75a7b670e6d355c572677d1112e2d Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Mon, 17 Dec 2018 02:15:11 -0800 Subject: [PATCH] frcvision.js: Fix tabs vs spaces --- deps/tools/rpiConfigServer_src/resources/frcvision.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/tools/rpiConfigServer_src/resources/frcvision.js b/deps/tools/rpiConfigServer_src/resources/frcvision.js index f1cee39..4c1712c 100644 --- a/deps/tools/rpiConfigServer_src/resources/frcvision.js +++ b/deps/tools/rpiConfigServer_src/resources/frcvision.js @@ -158,7 +158,7 @@ function connect() { $('#networkMask').val(msg.networkMask); $('#networkGateway').val(msg.networkGateway); $('#networkDNS').val(msg.networkDNS); - updateNetworkSettingsView(); + updateNetworkSettingsView(); break; case 'systemReadOnly': displayReadOnly();