From 9536c3f8c8039439f4c8fb8d8cb9bf16fc6bbe88 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 17 Nov 2018 12:05:08 -0800 Subject: [PATCH] Save hosts when a new host is discovered via mDNS --- static/js/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/js/index.js b/static/js/index.js index 43a8c45..39de85e 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -113,6 +113,8 @@ function restoreUiAfterNaClLoad() { addHostToGrid(returneMdnsDiscoveredHost, true); beginBackgroundPollingOfHost(returneMdnsDiscoveredHost); } + + saveHosts(); }); } }