Reset m_gotRecords to false in resetPage
authorMike Taylor <mike@indexdata.com>
Tue, 20 May 2014 12:35:08 +0000 (13:35 +0100)
committerMike Taylor <mike@indexdata.com>
Tue, 20 May 2014 12:35:08 +0000 (13:35 +0100)
src/mkws-team.js

index 633052f..2e6db95 100644 (file)
@@ -248,6 +248,7 @@ function team($, teamName) {
   function resetPage() {
     m_currentPage = 1;
     m_totalRecordCount = 0;
+    m_gotRecords = false;
   }
   that.resetPage = resetPage;