Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type='text/javascript'>
  2.     if(window.location.hash == true){
  3.         foundhash = window.location.hash;
  4.         foundhash = foundhash.replace("#","");
  5.         alert(foundhash);
  6.         loadfototabel(foundhash,'<?php echo $album; ?>');
  7.     }
  8. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement