summaryrefslogtreecommitdiff
path: root/themes/beautifulhugo/static/js/recaptcha.js
diff options
context:
space:
mode:
Diffstat (limited to 'themes/beautifulhugo/static/js/recaptcha.js')
-rw-r--r--themes/beautifulhugo/static/js/recaptcha.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/beautifulhugo/static/js/recaptcha.js b/themes/beautifulhugo/static/js/recaptcha.js
deleted file mode 100644
index 9e00f8f..0000000
--- a/themes/beautifulhugo/static/js/recaptcha.js
+++ /dev/null
@@ -1 +0,0 @@
-/* PLEASE DO NOT COPY AND PASTE THIS CODE. */(function() {if (!window['___grecaptcha_cfg']) { window['___grecaptcha_cfg'] = {}; };if (!window['___grecaptcha_cfg']['render']) { window['___grecaptcha_cfg']['render'] = 'onload'; };window['__google_recaptcha_client'] = true;var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;po.src = 'https://www.gstatic.com/recaptcha/api2/r20171115120512/recaptcha__en.js'; var elem = document.querySelector('script[nonce]');var nonce = elem && (elem['nonce'] || elem.getAttribute('nonce'));if (nonce) { po.setAttribute('nonce', nonce); }var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);})(); \ No newline at end of file