Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <script type="text/javascript">
  2. var spotlight = window.location.hash.slice(1);
  3. var spotlightItem = document.getElementById("para".concat(String(spotlight)));
  4. if (spotlightItem) spotlightItem.style.display = 'block';
  5. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement