| Index: remoting/webapp/remoting.js
|
| diff --git a/remoting/webapp/remoting.js b/remoting/webapp/remoting.js
|
| index a32d4a80af74a840a08de338a8c42d07f1e199ae..462ee7ec578ad3964a1f079e4d37ae345926644e 100644
|
| --- a/remoting/webapp/remoting.js
|
| +++ b/remoting/webapp/remoting.js
|
| @@ -40,6 +40,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(
|
|
|