Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Jun 8, 2024
1 parent 781bf90 commit 10d8c56
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/announcement-data/AnnouncementSystem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,14 +222,6 @@ export default abstract class AnnouncementSystem {
button.onclick = () => {
crunker._context.resume()
button.remove()

setTimeout(() => {
if (crunker._context.state === 'suspended') {
alert("We don't think that worked... Sorry!")
} else {
alert('We think that worked!')
}
}, 2000)
}
document.body.appendChild(button)

Expand Down

0 comments on commit 10d8c56

Please sign in to comment.