Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Aug 28, 2024
1 parent 15ef866 commit f090407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/twchallenge.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ async function initChallenge() {

function sendInit() {
sentData = true;
if(!solverIframe || !solverIframe.contentWindow) return setTimeout(sendInit, 50);
solverIframe.contentWindow.postMessage({
action: 'init',
code: challengeData,
Expand Down

0 comments on commit f090407

Please sign in to comment.