mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
parent
b10ec55f65
commit
91d57c2f30
@ -53,7 +53,7 @@ var PaginationControllerMixin = Ember.Mixin.create({
|
||||
|
||||
resetPagination: function () {
|
||||
this.set('paginationSettings.page', 1);
|
||||
this.store.setMetaDataFor('tag', {pagination: undefined});
|
||||
this.store.setMetadataFor('tag', {pagination: undefined});
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user