From: Carl Worth Date: Fri, 12 Jun 2020 00:08:02 +0000 (-0700) Subject: Add clean support for rejecting categories that are too large X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=6baa178ee249fde9b660e91c6d6cc374b3d755ac;hp=6baa178ee249fde9b660e91c6d6cc374b3d755ac;ds=sidebyside Add clean support for rejecting categories that are too large This is clean in the sense that it prints a message if the server rejects the submission, but before that it will even do the nice thing of checking the number on the client side, (and reporting this with the HTML5 validity API). ---