From 5ca5c149f31fca6b2759dbb5bd31dac5780814b8 Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Tue, 11 Apr 2017 09:27:19 -0400 Subject: [PATCH] temporarily remove custom homepage rows redis emptied when mc1 restarted, so this is all going to mysql at the moment --- src/views/splash/splash.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/splash/splash.jsx b/src/views/splash/splash.jsx index 5578e7199..198d4a600 100644 --- a/src/views/splash/splash.jsx +++ b/src/views/splash/splash.jsx @@ -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();