Skip to content
This repository was archived by the owner on Nov 16, 2018. It is now read-only.

Commit 6b1eb4d

Browse files
committed
again
1 parent 8362cfa commit 6b1eb4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/DateTimePicker.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ DateTimePicker = React.createClass({
7474

7575
{this.renderDatePicker()}
7676

77-
<a className="btn btn-default picker-switch" style={{width:'100%'}} onClick={this.props.togglePicker}><Glyphicon name={this.props.showTimePicker ? 'calendar' : 'time'} /></a>
77+
<a className="btn btn-default picker-switch" style={{width:'100%'}} onClick={this.props.togglePicker}><Glyphicon glyph={this.props.showTimePicker ? 'calendar' : 'time'} /></a>
7878

7979
{this.renderTimePicker()}
8080

Diff for: src/coffee/DateTimePicker.jsx.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ DateTimePicker = React.createClass(
7373

7474
{this.renderDatePicker()}
7575

76-
<a className="btn btn-default picker-switch" style={{width:'100%'}} onClick={this.props.togglePicker}><Glyphicon name={this.props.showTimePicker ? 'calendar' : 'time'} /></a>
76+
<a className="btn btn-default picker-switch" style={{width:'100%'}} onClick={this.props.togglePicker}><Glyphicon glyph={this.props.showTimePicker ? 'calendar' : 'time'} /></a>
7777

7878
{this.renderTimePicker()}
7979

0 commit comments

Comments
 (0)