Skip to content

Commit

Permalink
Merge pull request #59 from WlodekM/main
Browse files Browse the repository at this point in the history
  • Loading branch information
3r1s-s authored Oct 11, 2024
2 parents 1fbf11d + a3ffc05 commit 367c640
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@
console.log("Pasting anything in here is dangerous, there be dragons.");
}
}, 20000);
</script>
</script>
<script type="text/javascript">
// work on this
main();
setInterval(ping, 25000);
</script>
</body>
</html>
6 changes: 1 addition & 5 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -6137,8 +6137,4 @@ function createModal(data) {
}
}
}
}

// work on this
main();
setInterval(ping, 25000);
}

0 comments on commit 367c640

Please sign in to comment.