| Index: remoting/webapp/remoting.js
|
| diff --git a/remoting/webapp/remoting.js b/remoting/webapp/remoting.js
|
| index 462ee7ec578ad3964a1f079e4d37ae345926644e..b11f91221ac7d649497be3ec4ed50e81b3174f50 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 asynchronously update and re-display it.
|
| remoting.extractThisHostAndDisplay(true);
|
| remoting.hostList.refresh(remoting.extractThisHostAndDisplay);
|
| };
|
|
|