Guest User

Untitled

a guest
Jan 21st, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. setInterval(function() {
  2. $("#upfileslist").load("upfileslist.php", function() {
  3. $('a[rel*=facebox]').facebox({
  4. loadingImage : 'images/loading.gif',
  5. closeImage : 'images/closelabel.png'
  6. });
  7. }
  8. );
  9. }, 5000);
Add Comment
Please, Sign In to add comment