| 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_);
|
|
|