From bcc854b78cd0ce20d16b45a3cdf389e5305a36ad Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 9 Feb 2014 12:31:57 -0800 Subject: [PATCH] Removed extraneous filtering code from series index --- src/UI/Series/Index/SeriesIndexLayout.js | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/UI/Series/Index/SeriesIndexLayout.js b/src/UI/Series/Index/SeriesIndexLayout.js index 5d732d484..bf3a52416 100644 --- a/src/UI/Series/Index/SeriesIndexLayout.js +++ b/src/UI/Series/Index/SeriesIndexLayout.js @@ -257,7 +257,6 @@ define( onShow: function () { this._showToolbar(); - this._renderView(); this._fetchCollection(); }, @@ -295,8 +294,6 @@ define( this.toolbar2.close(); } else { - this._resetFilter(); - this.seriesRegion.show(this.currentView); this._showToolbar(); @@ -314,18 +311,6 @@ define( this.seriesCollection.setFilterMode(mode); }, - _resetFilter: function () { - var key = this.seriesCollection.state.filterKey; - var value = this.seriesCollection.state.filterValue; - - this.seriesCollection.setFilter([ null, null ]); - this.seriesCollection.setFilter([ key, value ]); - }, - - _shadowTest: function () { - window.alert('added to shadow'); - }, - _showToolbar: function () { if (this.toolbar.currentView) {