mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 07:35:57 +09:00
Refactor code
This commit is contained in:
parent
01411327b8
commit
805472482e
@ -40,11 +40,11 @@ export default Vue.extend({
|
||||
if (window.hcaptcha) { // loaded
|
||||
this.available = true;
|
||||
} else {
|
||||
(document.getElementById('hcaptcha') || (x => document.head.appendChild(Object.assign(x, {
|
||||
(document.getElementById('hcaptcha') || document.head.appendChild(Object.assign(document.createElement('script'), {
|
||||
async: true,
|
||||
id: 'hcaptcha',
|
||||
src: 'https://hcaptcha.com/1/api.js?render=explicit',
|
||||
})))(document.createElement('script')))
|
||||
})))
|
||||
.addEventListener('load', () => this.available = true);
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user