Skip to content

Commit

Permalink
move calling of main to a diffent script tag so that i can make exter…
Browse files Browse the repository at this point in the history
…nal plugins
  • Loading branch information
WlodekM authored Oct 11, 2024
1 parent 1fbf11d commit a3ffc05
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);
}

1 comment on commit a3ffc05

@WlodekM
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

im not really sure but this may be what makes wl plugins work so pls dont remove it thank

Please sign in to comment.