diff --git a/app/controllers/seminars_controller.rb b/app/controllers/seminars_controller.rb index 24634e2..96c3486 100644 --- a/app/controllers/seminars_controller.rb +++ b/app/controllers/seminars_controller.rb @@ -941,7 +941,7 @@ class SeminarsController < ApplicationController def show_alert(notice_words) respond_to do |format| format.js{ - render :js => "alert('#{notice_words}');" + render :js => "$('.rucaptcha-image').click();alert('#{notice_words}');" } end end