Index: remoting/webapp/remoting.js |
diff --git a/remoting/webapp/remoting.js b/remoting/webapp/remoting.js |
index 77379709b973548a157fe47f0589df5714ee4e47..d18b966d125341d87bd1e25dba029d107f3b57ff 100644 |
--- a/remoting/webapp/remoting.js |
+++ b/remoting/webapp/remoting.js |
@@ -74,7 +74,8 @@ remoting.init = function() { |
document.getElementById('host-list'), |
document.getElementById('host-list-empty'), |
document.getElementById('host-list-error-message'), |
- document.getElementById('host-list-refresh-failed-button')); |
+ document.getElementById('host-list-refresh-failed-button'), |
+ document.getElementById('host-list-loading-indicator')); |
remoting.toolbar = new remoting.Toolbar( |
document.getElementById('session-toolbar')); |
remoting.clipboard = new remoting.Clipboard(); |