From: Mike Taylor Date: Sat, 2 May 2015 19:14:10 +0000 (+0100) Subject: Part of MKWS-64. X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=52faab7f3a56c6fff7c510c71a33c9f0e22a1560;p=mkws-moved-to-github.git Part of MKWS-64. Handle changes in "size" state. --- diff --git a/src/mkws-team.js b/src/mkws-team.js index 00e1f24..04d83e8 100644 --- 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(); + } } } }