Advertisement
Guest User

Untitled

a guest
Dec 12th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. let downvote = document.getElementsByClassName('fa-thumbs-down');
  2. if(downvote.length != 0){
  3. likeEventHandler('newsLikeDiv', '../php/action_like_news.php');
  4. likeEventHandler('commLikeDiv', '../php/action_like_comments.php');
  5. likeEventHandler('replyLikeDiv', '../php/action_like_reply.php');
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement