| Index: remoting/webapp/event_handlers.js
|
| diff --git a/remoting/webapp/event_handlers.js b/remoting/webapp/event_handlers.js
|
| index d1b1d7507775f8444d6fce8720b4e109c56d9fe6..fb7e0160200767099144253de1f94eede28ba6fc 100644
|
| --- a/remoting/webapp/event_handlers.js
|
| +++ b/remoting/webapp/event_handlers.js
|
| @@ -72,7 +72,11 @@ function onLoad() {
|
| fn: function() { remoting.askPinDialog.showForPin(); } },
|
| { event: 'click', id: 'stop-daemon', fn: stopDaemon },
|
| { event: 'submit', id: 'access-code-form', fn: sendAccessCode },
|
| - { event: 'submit', id: 'pin-form', fn: connectHostWithPin }
|
| + { event: 'submit', id: 'pin-form', fn: connectHostWithPin },
|
| + { event: 'click', id: 'get-started-it2me',
|
| + fn: remoting.showIt2MeUiAndSave },
|
| + { event: 'click', id: 'get-started-me2me',
|
| + fn: remoting.showMe2MeUiAndSave }
|
| ];
|
|
|
| for (var i = 0; i < actions.length; ++i) {
|
|
|