Part of MKWS-64.
[mkws-moved-to-github.git] / src / mkws-team.js
index 00e1f24..04d83e8 100644 (file)
@@ -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();
+          }
         }
       }
     }