mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-14 02:44:54 +08:00
Remove script from modal
This commit is contained in:
parent
1ae4a60f79
commit
f636b5adff
1 changed files with 0 additions and 1 deletions
|
@ -103,7 +103,6 @@ invite_to_team = type.in?(%w(invite_to_team invite_to_team_with_role))
|
|||
<div id="recaptcha-service" class="g-recaptcha"
|
||||
data-callback="recaptchaCallback"
|
||||
data-sitekey=<%= ENV['RECAPTCHA_SITE_KEY'] %>></div>
|
||||
<script type="text/javascript" src="https://www.google.com/recaptcha/api.js?hl=en"></script>
|
||||
<input type="hidden" id="recaptcha-invite-modal" value="">
|
||||
<div class="form-group has-error hidden" id="recaptcha-error-msg" >
|
||||
<span class="has-error help-block"></span>
|
||||
|
|
Loading…
Reference in a new issue