Advertisement
Guest User

Untitled

a guest
Dec 9th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function wait()
  2.          {
  3.             setTimeout(function()
  4.             {
  5.                 window.location="../logowanie/index.html";
  6.                 {
  7.                     wait();
  8.                 }
  9.             }, 5000)
  10.         }
  11.         wait()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement