diff --git a/app/views/challenges/_edit_evaluating_page.html.erb b/app/views/challenges/_edit_evaluating_page.html.erb index 777fbfd8..425f3b2f 100644 --- a/app/views/challenges/_edit_evaluating_page.html.erb +++ b/app/views/challenges/_edit_evaluating_page.html.erb @@ -431,8 +431,8 @@ } } } - - if(maxnum<100||maxnum>100){ + console.log("######"+maxnum); + if(maxnum<100 || maxnum>100){ $("#occupy_type").show() return }