Index: remoting/webapp/remoting.js |
diff --git a/remoting/webapp/remoting.js b/remoting/webapp/remoting.js |
index 462ee7ec578ad3964a1f079e4d37ae345926644e..70a3e979572f44cdf8ee757d6c8a1e7cedbb34ec 100644 |
--- a/remoting/webapp/remoting.js |
+++ b/remoting/webapp/remoting.js |
@@ -93,6 +93,7 @@ remoting.initDaemonUi = function () { |
remoting.setMode(getAppStartupMode_()); |
remoting.hostSetupDialog = |
new remoting.HostSetupDialog(remoting.hostController); |
+ // Display the cached host list, then refresh and display the current state. |
Wez
2012/07/11 20:48:10
nit: Display the cached host list, and asynchronou
Jamie
2012/07/11 20:53:11
Done (more or less).
|
remoting.extractThisHostAndDisplay(true); |
remoting.hostList.refresh(remoting.extractThisHostAndDisplay); |
}; |