diff --git a/app/views/challenges/_edit_evaluating_page.html.erb b/app/views/challenges/_edit_evaluating_page.html.erb index 8e653e5c..3dd94163 100644 --- a/app/views/challenges/_edit_evaluating_page.html.erb +++ b/app/views/challenges/_edit_evaluating_page.html.erb @@ -431,7 +431,7 @@ } } - if(maxnum>100){ + if(maxnum != 100){ $("#occupy_type").show() return }