projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af92652
)
Reset m_gotRecords to false in resetPage
author
Mike Taylor
<mike@indexdata.com>
Tue, 20 May 2014 12:35:08 +0000
(13:35 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Tue, 20 May 2014 12:35:08 +0000
(13:35 +0100)
src/mkws-team.js
patch
|
blob
|
history
diff --git
a/src/mkws-team.js
b/src/mkws-team.js
index
633052f
..
2e6db95
100644
(file)
--- 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;