Stop double fecthing the collection on first load of series page
This commit is contained in:
parent
4e97107c61
commit
86ffaaf57d
|
@ -171,7 +171,6 @@ define(
|
||||||
onShow: function () {
|
onShow: function () {
|
||||||
this._showToolbar();
|
this._showToolbar();
|
||||||
this._renderView();
|
this._renderView();
|
||||||
this._fetchCollection();
|
|
||||||
},
|
},
|
||||||
|
|
||||||
_fetchCollection: function () {
|
_fetchCollection: function () {
|
||||||
|
|
Loading…
Reference in New Issue