diff options
author | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-15 19:04:56 +0000 |
---|---|---|
committer | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-15 19:04:56 +0000 |
commit | f0024a835e3b1af7991c70843bb3a7f3ca5c5999 (patch) | |
tree | f46bf95be97dc8fe166e70d9adc892c75ebfad1d /remoting/webapp/me2mom/choice.html | |
parent | 110286bd515987631d17e552c2728b494482db65 (diff) | |
download | chromium_src-f0024a835e3b1af7991c70843bb3a7f3ca5c5999.zip chromium_src-f0024a835e3b1af7991c70843bb3a7f3ca5c5999.tar.gz chromium_src-f0024a835e3b1af7991c70843bb3a7f3ca5c5999.tar.bz2 |
Move home-screen functionality into separate file.
BUG=None
TEST=Manual
Review URL: http://codereview.chromium.org/8564037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110133 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp/me2mom/choice.html')
-rw-r--r-- | remoting/webapp/me2mom/choice.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/remoting/webapp/me2mom/choice.html b/remoting/webapp/me2mom/choice.html index bd4cc4e..5dcfa4e 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> <script src="host_screen.js"></script> <script src="host_session.js"></script> <script src="l10n.js"></script> @@ -152,8 +153,8 @@ found in the LICENSE file. hidden> <img src="dividerbottom.png"> <h1 i18n-content="HOME_MY_COMPUTERS_TITLE"></h1> - <table id="host-list" class="host-list-table"> - </table> <!-- host-list --> + <table id="host-list" class="host-list-table"></table> + <div id="host-list-error" class="error-state"></div> </div> <!-- host-list-div --> </div> <!-- home --> |