diff --git a/symposion/templates/reviews/result_notification.html b/symposion/templates/reviews/result_notification.html index 37e2946215f0a3df8d6ab8aae9eee3e6bfc802c6..655a3cb5b146a836e148e8bfb35f6c6b98d0641c 100644 --- a/symposion/templates/reviews/result_notification.html +++ b/symposion/templates/reviews/result_notification.html @@ -28,7 +28,7 @@ {% endfor %}
- +

@@ -93,6 +93,11 @@ } return value; }); + if (sel == 0) { + $("#next-button").prop("disabled", true); + } else { + $("#next-button").prop("disabled", false); + } } // Check state of checkboxes and reinit state if needed $(this).filter(":checked").each(function(i) {