| Index: remoting/webapp/crd/js/crd_main.js
|
| diff --git a/remoting/webapp/crd/js/crd_main.js b/remoting/webapp/crd/js/crd_main.js
|
| index 3c3150ce3e3eebd607022ecfb5e69eb7ccb34001..71802eb5466b5bb2e22139c65420d7db17e733e1 100644
|
| --- a/remoting/webapp/crd/js/crd_main.js
|
| +++ b/remoting/webapp/crd/js/crd_main.js
|
| @@ -8,19 +8,6 @@
|
| var remoting = remoting || {};
|
|
|
| /**
|
| - * Display the user's email address and allow access to the rest of the app,
|
| - * including parsing URL parameters.
|
| - *
|
| - * @param {string} email The user's email address.
|
| - * @return {void} Nothing.
|
| - */
|
| -remoting.onEmailAvailable = function(email, fullName) {
|
| - document.getElementById('current-email').innerText = email;
|
| - document.getElementById('get-started-it2me').disabled = false;
|
| - document.getElementById('get-started-me2me').disabled = false;
|
| -};
|
| -
|
| -/**
|
| * Initialize the host list.
|
| */
|
| remoting.initHostlist_ = function() {
|
|
|