mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
temporarily remove custom homepage rows
redis emptied when mc1 restarted, so this is all going to mysql at the moment
This commit is contained in:
parent
194ac12b44
commit
5ca5c149f3
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ var Splash = injectIntl(React.createClass({
|
|||
if (this.props.session.session.user != prevProps.session.session.user) {
|
||||
if (this.props.session.session.user) {
|
||||
this.getActivity();
|
||||
this.getFeaturedCustom();
|
||||
// this.getFeaturedCustom();
|
||||
this.getNews();
|
||||
} else {
|
||||
this.setState({featuredCustom: []});
|
||||
|
@ -68,7 +68,7 @@ var Splash = injectIntl(React.createClass({
|
|||
this.getFeaturedGlobal();
|
||||
if (this.props.session.session.user) {
|
||||
this.getActivity();
|
||||
this.getFeaturedCustom();
|
||||
// this.getFeaturedCustom();
|
||||
this.getNews();
|
||||
} else {
|
||||
this.getProjectCount();
|
||||
|
|
Loading…
Reference in a new issue