X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmkws-team.js;h=2e6db95cecb8257f2f9c892999c599633bf4ed29;hb=261a90e3a7ca89560b502b474b0a062f9febf6c6;hp=633052fe67f207dc7cd976d5ddf446473464212a;hpb=af92652a288e7f9b66ad46f0aaf977b828f683d8;p=mkws-moved-to-github.git 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;