| Index: remoting/webapp/remoting.js
|
| diff --git a/remoting/webapp/remoting.js b/remoting/webapp/remoting.js
|
| index 5fa18f43a7db979e74228c833e465b393e720db9..fe690d801034612671693a892c7ccc88a3e3130e 100644
|
| --- a/remoting/webapp/remoting.js
|
| +++ b/remoting/webapp/remoting.js
|
| @@ -39,6 +39,7 @@ remoting.init = function() {
|
| remoting.formatIq = new remoting.FormatIq();
|
| remoting.hostList = new remoting.HostList(
|
| document.getElementById('host-list'),
|
| + document.getElementById('host-list-empty'),
|
| document.getElementById('host-list-error-message'),
|
| document.getElementById('host-list-refresh-failed-button'));
|
| remoting.toolbar = new remoting.Toolbar(
|
|
|