Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1443)

Unified Diff: remoting/webapp/host_list.js

Issue 9385040: Updated home screen to match new UI mocks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed copyright header. Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/webapp/_locales/en/messages.json ('k') | remoting/webapp/host_table_entry.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/host_list.js
diff --git a/remoting/webapp/host_list.js b/remoting/webapp/host_list.js
index 8539f28ff2e138795f83f54bde38be5a7ebfc27d..345ac7f68a88480321591ff83bef22d49822befc 100644
--- a/remoting/webapp/host_list.js
+++ b/remoting/webapp/host_list.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -197,7 +197,6 @@ remoting.HostList.prototype.showOrHide_ = function(show) {
var parent = /** @type {Element} */ (this.table_.parentNode);
parent.hidden = !show;
if (show) {
- parent.style.height = parent.scrollHeight + 'px';
removeClass(parent, remoting.HostList.COLLAPSED_);
} else {
addClass(parent, remoting.HostList.COLLAPSED_);
« no previous file with comments | « remoting/webapp/_locales/en/messages.json ('k') | remoting/webapp/host_table_entry.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698