mirror of
https://github.com/lnbits/lnbits.git
synced 2025-05-03 16:20:16 +02:00
Merge pull request #174 from pseudozach/master
This commit is contained in:
commit
10671e5732
@ -13,7 +13,7 @@ function ccreateIframeElement(t = {}) {
|
|||||||
var captchaid = document
|
var captchaid = document
|
||||||
.getElementById('captchascript')
|
.getElementById('captchascript')
|
||||||
.getAttribute('data-captchaid')
|
.getAttribute('data-captchaid')
|
||||||
return (e.src = 'http://localhost:5000/captcha/' + captchaid), e
|
return (e.src = './captcha/' + captchaid), e
|
||||||
}
|
}
|
||||||
document.addEventListener('DOMContentLoaded', function () {
|
document.addEventListener('DOMContentLoaded', function () {
|
||||||
if (captchaStyleAdded) console.log('Captcha stuff already added!')
|
if (captchaStyleAdded) console.log('Captcha stuff already added!')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user