X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fmkws-team.js;h=17f0f1f770e2b0a94180d63f48499e22ff43239b;hb=24b694ad5605a6f9d2a662677fbfcf9e6b0b693c;hp=00e1f24ae186f0982e9d856bd75f97ebe2914764;hpb=6030546339d517a88eac59a8d4fe920359a7f1d1;p=mkws-moved-to-github.git diff --git a/src/mkws-team.js b/src/mkws-team.js index 00e1f24..17f0f1f 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -129,6 +129,16 @@ mkws.makeTeam = function($, teamName) { if (that.submitted()) { that.reShow(); } + } else if (key === 'size') { + that.set_perpage(val); + if (that.submitted()) { + that.reShow(); + } + } else if (key.indexOf('xt-') == 0) { + that.limitTarget(key.substring(3), val); + } else if (key.indexOf('xf-') == 0) { + var a = key.split('-'); + that.limitQuery(a[1], a[2]); } } }