Index: remoting/webapp/remoting.js |
diff --git a/remoting/webapp/remoting.js b/remoting/webapp/remoting.js |
index d22b7d3bb8303c7eebe7be884c484b1e18a37366..14b263baa8944ef0b6e6dbf2d393ee514abf6830 100644 |
--- a/remoting/webapp/remoting.js |
+++ b/remoting/webapp/remoting.js |
@@ -164,7 +164,7 @@ remoting.initHomeScreenUi = function() { |
// Display the cached host list, then asynchronously update and re-display it. |
remoting.updateLocalHostState(); |
remoting.hostList.refresh(remoting.updateLocalHostState); |
- remoting.initSurvey(); |
+ remoting.initButterBar(); |
}; |
/** |