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:
83eda05
)
Log hit-count.
author
Mike Taylor
<mike@indexdata.com>
Thu, 3 Apr 2014 13:29:49 +0000
(14:29 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 3 Apr 2014 13:29:49 +0000
(14:29 +0100)
src/mkws-team.js
patch
|
blob
|
history
diff --git
a/src/mkws-team.js
b/src/mkws-team.js
index
3ab07c7
..
895afed
100644
(file)
--- a/
src/mkws-team.js
+++ b/
src/mkws-team.js
@@
-127,6
+127,7
@@
function team($, teamName) {
function onShow(data, teamName) {
log("show");
m_totalRecordCount = data.merged;
function onShow(data, teamName) {
log("show");
m_totalRecordCount = data.merged;
+ log("found " + m_totalRecordCount + " records");
queue("pager").publish(data);
queue("records").publish(data);
}
queue("pager").publish(data);
queue("records").publish(data);
}