Advertisement
Guest User

Untitled

a guest
Dec 10th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. function openAlert() {
  2. $(".pin-prompt").css("display","block")
  3. }
  4.  
  5. function closeAlert() {
  6. $(".pin-prompt").css("display","none")
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement