Advertisement
Guest User

hl

a guest
Mar 5th, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function BSLIKE(b,a){var d=a.innerHTML;a.innerHTML="Carregando...";a.onclick="#";$.get(b,function(){a.className+=" BS_done";a.innerHTML=d;var c=a.nextSibling,b=parseInt(/\d+/.exec(c.innerHTML)[0])+1;c.innerHTML=c.innerHTML.replace(/\d+/,b)})};function init_bs_like_system(){for(var x=$('.vote'),i=0,vote;(vote=x[i++]);){var count=0,plus=0,barra=$('.vote-bar',vote)[0],button=$('.vote-button',vote)[0];if(barra){var info=barra.title.match(/\d+/g);plus=Math.round(parseInt(info[1])*parseInt(info[0]))/100}button=button?'<span onclick="BSLIKE(\''+button.firstChild.href+'\',this);" class="BS_like">Gosto</span>':'<span class="BS_like BS_done">Gosto</span>';var votes_text='<span class="BS_count">'+plus+' '+(plus==1?bestskins_like.vote_singular:bestskins_like.vote_plural)+'</span>';var total_button='<div class="BS_vote" style="margin:5px">'+button+votes_text+'</div>';if(value >= 5) {pop = '<p class="popular_post"><img src="http://imgur.com/hds8Nup.png"><br>POPULAR</p>';x.after(pop);}if(bestskins_like.callback)bestskins_like.callback(vote,total_button)}x.remove()};bestskins_like.dom_ready?init_bs_like_system():$(function(){init_bs_like_system()});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement