Skip to content

Commit

Permalink
Test verify
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillweston committed Mar 30, 2024
1 parent 1a6ffb4 commit af4117c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/claim-airdrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,7 @@ document.addEventListener('DOMContentLoaded', function () {
document.head.appendChild(script);

var widgetDiv = document.getElementById('turnstileWidget');
var theme = getElementById('connectAccept').getAttribute('data-param');
widgetDiv.innerHTML = '<div class="cf-turnstile" data-sitekey="0x4AAAAAAAV4P5jUGTn18kDG" data-theme="' + theme + '"></div>';
widgetDiv.innerHTML = '<div class="cf-turnstile" data-sitekey="0x4AAAAAAAV4P5jUGTn18kDG"></div>';
}

if (claimAirdropButton) {
Expand Down

0 comments on commit af4117c

Please sign in to comment.