| Index: remoting/webapp/me2mom/choice.html
|
| diff --git a/remoting/webapp/me2mom/choice.html b/remoting/webapp/me2mom/choice.html
|
| index c08b375a922690ab076c3ea0bc807630518d67a4..9f530884cba61e656720b217992e086505aa03c2 100644
|
| --- a/remoting/webapp/me2mom/choice.html
|
| +++ b/remoting/webapp/me2mom/choice.html
|
| @@ -15,12 +15,17 @@ found in the LICENSE file.
|
| <link rel="stylesheet" href="main.css" />
|
| <link rel="stylesheet" href="choice.css" />
|
| <link rel="stylesheet" href="toolbar.css" />
|
| + <script src="client_screen.js"></script>
|
| <script src="client_session.js"></script>
|
| <script src="debug_log.js"></script>
|
| + <script src="host_screen.js"></script>
|
| + <script src="host_session.js"></script>
|
| <script src="l10n.js"></script>
|
| <script src="oauth2.js"></script>
|
| <script src="plugin_settings.js"></script>
|
| <script src="remoting.js"></script>
|
| + <script src="ui_mode.js"></script>
|
| + <script src="util.js"></script>
|
| <script src="xhr.js"></script>
|
| <script src="wcs.js"></script>
|
| <script src="wcs_loader.js"></script>
|
|
|