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:
3f1f54d
)
Part of MKWS-64.
author
Mike Taylor
<mike@indexdata.com>
Sat, 2 May 2015 19:14:10 +0000
(20:14 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Sat, 2 May 2015 19:14:10 +0000
(20:14 +0100)
Handle changes in "size" state.
src/mkws-team.js
patch
|
blob
|
history
diff --git
a/src/mkws-team.js
b/src/mkws-team.js
index
00e1f24
..
04d83e8
100644
(file)
--- a/
src/mkws-team.js
+++ b/
src/mkws-team.js
@@
-129,6
+129,11
@@
mkws.makeTeam = function($, teamName) {
if (that.submitted()) {
that.reShow();
}
+ } else if (key === 'size') {
+ that.set_perpage(val);
+ if (that.submitted()) {
+ that.reShow();
+ }
}
}
}