aboutsummaryrefslogtreecommitdiff
path: root/website/resources/js/order-license.js
diff options
context:
space:
mode:
Diffstat (limited to 'website/resources/js/order-license.js')
-rw-r--r--website/resources/js/order-license.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/resources/js/order-license.js b/website/resources/js/order-license.js
index 21550f34..6745567d 100644
--- a/website/resources/js/order-license.js
+++ b/website/resources/js/order-license.js
@@ -110,7 +110,7 @@
formFail = true;
}
- if (!data.seats || isNaN(data.seats) || data.seats < 1) {
+ if (!data.seats || isNaN(data.seats) || data.seats < 10) {
$("#seats").focus();
showError("seats");
formFail = true;