mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
replace anchor when schedule day clicked
This commit is contained in:
parent
0b6b81e1f1
commit
6bddc8d2d3
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ var ConferenceSchedule = React.createClass({
|
|||
this.handleScheduleChange(day);
|
||||
},
|
||||
handleScheduleChange: function (day) {
|
||||
window.history.replaceState(history.state, '', "#" + day);
|
||||
this.props.dispatch(scheduleActions.startGetSchedule(day));
|
||||
},
|
||||
renderChunkItems: function (timeSlot) {
|
||||
|
|
Loading…
Reference in a new issue