Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type='text/javascript'>
  2. if(document.getElementById('albumOverzicht').style.visibility == 'visible'){
  3.         document.getElementById('albumOverzicht').style.visibility = 'hidden';
  4.  
  5.     }
  6. </script>
  7.  
  8.  
  9.  
  10.  
  11. <div id='albumOverzicht' visibility='visible'></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement