Logs won't throw when cleared from a page past page 1

pull/4/head
Mark McDowall 11 years ago
parent 0974d275ef
commit ffce325edb

@ -119,6 +119,7 @@ define(
},
_refreshLogs: function () {
this.collection.state.currentPage = 1;
this.collection.fetch({ reset: true });
this._showTable();
}

Loading…
Cancel
Save