Skip to content

Commit

Permalink
Update api_test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev-Huang1 authored Oct 6, 2024
1 parent 64a9e8e commit c13d854
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions 0/api_test.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
// This is a test api

function OneCaptchaInit() {
const captchaElement = document.getElementById('one-captcha');
const shadow = captchaElement.attachShadow({ mode: 'open' });
shadow.innerHTML = `
document.getElementById('one-captcha').innerHTML = `
<style>
#captcha-container {
all: unset;
width: 260px;
height: 40px;
border: 1px solid #ccc;
Expand Down

0 comments on commit c13d854

Please sign in to comment.