Advertisement
MaewRS

Untitled

May 2nd, 2022
1,052
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. const myTimeout = setTimeout(showModal, 5000);
  3. function showModal() {
  4.   $('#timingModal').modal('show');
  5. }
  6. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement