diff --git a/app/views/forums/index.html.erb b/app/views/forums/index.html.erb index 09755a80a..93dcbc3fa 100644 --- a/app/views/forums/index.html.erb +++ b/app/views/forums/index.html.erb @@ -98,6 +98,11 @@ } } ); + }else{ + check_pass = false; + } + if(check_pass == false){ + return ; } }