From 15c4ed6bebdeb277c24bd92dab5bba900fc90de4 Mon Sep 17 00:00:00 2001 From: François Schmidts Date: Mon, 25 Jan 2016 13:14:06 +0100 Subject: redoing constant, handling read / unread in menu, removing bad optim for loading articles --- src/web/js/components/RightPanel.react.js | 1 - 1 file changed, 1 deletion(-) (limited to 'src/web/js/components/RightPanel.react.js') diff --git a/src/web/js/components/RightPanel.react.js b/src/web/js/components/RightPanel.react.js index 422b8e5b..d195dc08 100644 --- a/src/web/js/components/RightPanel.react.js +++ b/src/web/js/components/RightPanel.react.js @@ -58,7 +58,6 @@ var RightPanel = React.createClass({ return
; }, componentDidMount: function() { - RightPanelActions.reload(); RightPanelStore.addChangeListener(this._onChange); }, componentWillUnmount: function() { -- cgit