Guest User

Untitled

a guest
Oct 22nd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $(document).ready(
  2. function presentationOff()
  3. {
  4. $("#presentationBox").addClass("disable");
  5. $("#plus_link").addClass("show_hide");
  6. }
  7. });
Add Comment
Please, Sign In to add comment