mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Revert "[Master] Revert PR #1324"
This commit is contained in:
parent
42c4ce0f73
commit
7a958f0326
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ var Explore = injectIntl(React.createClass({
|
||||||
var qText = '&q=' + this.props.acceptableTabs[this.props.category] || '*';
|
var qText = '&q=' + this.props.acceptableTabs[this.props.category] || '*';
|
||||||
|
|
||||||
api({
|
api({
|
||||||
uri: '/search/' + this.props.itemType +
|
uri: '/explore/' + this.props.itemType +
|
||||||
'?limit=' + this.props.loadNumber +
|
'?limit=' + this.props.loadNumber +
|
||||||
'&offset=' + this.state.offset +
|
'&offset=' + this.state.offset +
|
||||||
'&language=' + this.props.intl.locale +
|
'&language=' + this.props.intl.locale +
|
||||||
|
|
Loading…
Reference in a new issue