fixed this time :D

pull/4/head
Keivan Beigi 11 years ago
parent 54d2da95ed
commit ffda032751

@ -135,7 +135,7 @@ define(
this.seriesRegion.show(new EmptyView());
this.toolbar.close();
}
else if (this.currentView && !this.currentView.isClosed) {
else {
this.currentView.collection = SeriesCollection;
this.seriesRegion.show(this.currentView);
@ -145,9 +145,9 @@ define(
onShow: function () {
this._showToolbar();
this._renderView();
this._fetchCollection();
this._showToolbar();
},

Loading…
Cancel
Save