mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Remove addition to HREF
This commit is contained in:
parent
6e682269fb
commit
7c411845c2
1 changed files with 0 additions and 2 deletions
|
@ -51,8 +51,6 @@ var Carousel = React.createClass({
|
|||
href = '/' + item.type + '/' + item.id + '/';
|
||||
}
|
||||
|
||||
href = "//scratch.mit.edu" + href;
|
||||
|
||||
return (
|
||||
<Thumbnail key={item.id}
|
||||
showLoves={this.props.showLoves}
|
||||
|
|
Loading…
Reference in a new issue