| Index: remoting/webapp/remoting.js
|
| diff --git a/remoting/webapp/remoting.js b/remoting/webapp/remoting.js
|
| index d22b7d3bb8303c7eebe7be884c484b1e18a37366..e3a6b8b73281d9f34d25fd4b7a33fac19f15eaa5 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.butterBar = new remoting.ButterBar();
|
| };
|
|
|
| /**
|
|
|