Skip to content

Commit

Permalink
guh
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Aug 28, 2024
1 parent dfce4e3 commit eab3bce
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/twchallenge.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ function solveChallenge(path, method) {
});
}

setTimeout(() => {
if(!document.getElementById('loading-box').hidden && solveQueue.length > 0 && sentData) {
location.reload();
}
}, 2000);

window.addEventListener('message', e => {
if(e.source !== solverIframe.contentWindow) return;
let data = e.data;
Expand Down

0 comments on commit eab3bce

Please sign in to comment.