Merge remote-tracking branch 'origin/develop' into notif_sync

This commit is contained in:
David Baker 2015-12-22 14:46:57 +00:00
commit 755ea0dfb8
8 changed files with 102 additions and 8 deletions

View file

@ -268,7 +268,7 @@ var RoomSubList = React.createClass({
<h2 onClick={ this.onClick } className="mx_RoomSubList_label">
{ this.props.collapsed ? '' : this.props.label }
<img className="mx_RoomSubList_chevron"
src={ this.state.hidden ? "img/list-open.svg" : "img/list-close.svg" }
src={ this.state.hidden ? "img/list-close.svg" : "img/list-open.svg" }
width="10" height="10" />
</h2>
);