mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Re-enable join click handler
This commit is contained in:
parent
23558f583f
commit
66105f989c
1 changed files with 7 additions and 5 deletions
|
@ -268,11 +268,13 @@ var Navigation = React.createClass({
|
|||
</Dropdown>
|
||||
</li>
|
||||
] : [
|
||||
<li className="link right join" key="join"><a href="/join">
|
||||
<FormattedMessage
|
||||
id='general.joinScratch'
|
||||
defaultMessage={'Join Scratch'} />
|
||||
</a></li>,
|
||||
<li className="link right join" key="join">
|
||||
<a href="#" onClick={this.handleJoinClick}>
|
||||
<FormattedMessage
|
||||
id='general.joinScratch'
|
||||
defaultMessage={'Join Scratch'} />
|
||||
</a>
|
||||
</li>,
|
||||
<Registration
|
||||
key="registration"
|
||||
isOpen={this.state.registrationOpen}
|
||||
|
|
Loading…
Reference in a new issue