From 693dd8f6220513334b51880dacd2b27bd3dc0ee1 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Tue, 3 Dec 2013 17:51:40 -0800 Subject: [PATCH] Stop double fecthing the collection on first load of series page --- src/UI/Series/Index/SeriesIndexLayout.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/UI/Series/Index/SeriesIndexLayout.js b/src/UI/Series/Index/SeriesIndexLayout.js index 6a78e0754..b2716cfd4 100644 --- a/src/UI/Series/Index/SeriesIndexLayout.js +++ b/src/UI/Series/Index/SeriesIndexLayout.js @@ -171,7 +171,6 @@ define( onShow: function () { this._showToolbar(); this._renderView(); - this._fetchCollection(); }, _fetchCollection: function () {