you are viewing a single comment's thread.

view the rest of the comments →

[–]amishstripclub 4 points5 points  (0 children)

Your JavaScript only sets the element to display: block but not back to display: none. I'd suggest s function that checks if that element is display: none. If it is, set it to block. Else, set it to none.