Chromium Code Reviews| Index: remoting/webapp/me2mom/choice.html |
| diff --git a/remoting/webapp/me2mom/choice.html b/remoting/webapp/me2mom/choice.html |
| index 972d4e92b1164ada4973647a22df860dc48a1ccc..8de6ba334e75ada9c055851ce69b5286c47bd0d6 100644 |
| --- a/remoting/webapp/me2mom/choice.html |
| +++ b/remoting/webapp/me2mom/choice.html |
| @@ -18,6 +18,7 @@ found in the LICENSE file. |
| <script src="client_screen.js"></script> |
| <script src="client_session.js"></script> |
| <script src="debug_log.js"></script> |
| + <script src="home_screen.js"></script> |
|
Wez
2011/11/12 01:12:42
Leak from another CL?
Jamie
2011/11/14 18:28:16
Sort-of. I started refactoring it before realizing
|
| <script src="host_screen.js"></script> |
| <script src="host_session.js"></script> |
| <script src="l10n.js"></script> |
| @@ -145,12 +146,12 @@ found in the LICENSE file. |
| </tr> |
| </table> |
| - <div id="host-list-div" hidden> |
| + <div id="host-list-div" |
| + class="host-list-container collapsed" |
| + hidden> |
| <img src="dividerbottom.png"> |
| - <h1 i18n-content="HOME_ANYTIME_REMOTE_ACCESS_TITLE" |
| - class="icon-label"> |
| - </h1> |
| - <table id="host-list" class="mode-select-table"> |
| + <h1 i18n-content="HOME_MY_COMPUTERS_TITLE"></h1> |
| + <table id="host-list" class="host-list-table"> |
| </table> <!-- host-list --> |
| </div> <!-- host-list-div --> |