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