comment for the hidden collapse button

This commit is contained in:
Matthew Hodgson
2015-10-30 18:23:08 +00:00
parent 75bc878657
commit 11e176df66
@@ -40,6 +40,7 @@ module.exports = React.createClass({
classes += " collapsed"; classes += " collapsed";
} }
else { else {
// Hide the collapse button until we work out how to display it in the new skin
// collapseButton = <img className="mx_LeftPanel_hideButton" onClick={ this.onHideClick } src="img/hide.png" width="12" height="20" alt="<"/> // collapseButton = <img className="mx_LeftPanel_hideButton" onClick={ this.onHideClick } src="img/hide.png" width="12" height="20" alt="<"/>
} }