-
-
Save f1r3starter/4e9a2f97d130aac89126 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (partner.src === 'external') { | |
$('#tenDaysSpread').html(buildExternalAds(partner)) | |
}else { | |
if (partner.show_counter) { | |
showCountersPull.push(partner); | |
} | |
var div=document.createElement('div'); | |
$('#tenDaysSpread').append(div); | |
$('#tenDaysSpread div').html('<a target="_blank" rel="nofollow" ' + counter + ' href="' + partner.partner_url + '"><img src="'+partner.bgImg+'" width="300" /></a>'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment