Merge pull request #174 from pseudozach/master

This commit is contained in:
fiatjaf 2021-04-11 00:30:11 -03:00 committed by GitHub
commit 10671e5732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ function ccreateIframeElement(t = {}) {
var captchaid = document
.getElementById('captchascript')
.getAttribute('data-captchaid')
return (e.src = 'http://localhost:5000/captcha/' + captchaid), e
return (e.src = './captcha/' + captchaid), e
}
document.addEventListener('DOMContentLoaded', function () {
if (captchaStyleAdded) console.log('Captcha stuff already added!')