From: Mike Taylor Date: Tue, 20 May 2014 12:35:08 +0000 (+0100) Subject: Reset m_gotRecords to false in resetPage X-Git-Tag: 1.0.0~634 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=5d0f34431cd23d6932f651345a1fb11d37053d6c Reset m_gotRecords to false in resetPage --- diff --git a/src/mkws-team.js b/src/mkws-team.js index 633052f..2e6db95 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -248,6 +248,7 @@ function team($, teamName) { function resetPage() { m_currentPage = 1; m_totalRecordCount = 0; + m_gotRecords = false; } that.resetPage = resetPage;