Move all config inspection inside the "ready" handler.
[mkws-moved-to-github.git] / 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;