‘;
if(!$(‘.promo-article-wrapper’).length){
$(‘.aside-wrap aside’).prepend(tmphtml);
}
} else {
if(!$(‘.promo-article-leading’).length) {
tmphtml=”
+ ”
+ ”
+ ”
+ ” + nativeAd.hostSite.toLowerCase() + ”
+ ”
+ ”
+ ”
+ ‘
‘;
$(“.leading-news ul.thumbs-list li:eq(0)”).after(tmphtml);
}
}
}
} else {
// Ново
console.log(‘define showNative() function for B test’);
*/
function showNative(nativeAd) {
var tmphtml=””;
if (nativeAd.infeed !== undefined) {
tmphtml=”
‘;
if(!$(‘.promo-article-wrapper’).length){
$(‘.aside-wrap aside’).prepend(tmphtml);
}
} else {
// setTimeout(function () {
// if ($(‘.native-new’).length === 0) {
// $(‘#top_news_content’).find(‘.top-news-block:eq(3)’).removeClass(‘col-sm-4’);
// $(‘#top_news_content’).find(‘.top-news-block:eq(3)’).addClass(‘col-sm-2’);
// $(‘#top_news_content’).find(‘.top-news-block:last-child’).hide();
var tmphtml = $(”
+ ”
+ ”
+ ” + nativeAd.hostSite.toLowerCase() + ”
+ ”
+ ”);
$(‘.article-content .article-body p:nth-of-type(2)’).prepend(tmphtml);
/*
if (!$(‘.common-news-block .native-ad’).length) {
nativeAddContent.insertAfter(rightColumnPacement);
}*/
/*} else {
setTimeout(function () {
showNative(obj);
}, 1000); */
// }
// }, 1000);
}
}
// }