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

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: Miscellaneous clean-ups. 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
Index: remoting/webapp/host_list.js
diff --git a/remoting/webapp/host_list.js b/remoting/webapp/host_list.js
index 8539f28ff2e138795f83f54bde38be5a7ebfc27d..7b93df31c4739309a6517fe705d80e2987ffbb41 100644
--- a/remoting/webapp/host_list.js
+++ b/remoting/webapp/host_list.js
@@ -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_);

Powered by Google App Engine
This is Rietveld 408576698