‘);
}
if($(« .mobile_pub »).is(‘:visible’))
$(« #pub2 »).html(« »);
}
$(« body »).on(« click », « .tableau-classement tfoot tr.show », function(){
$(this).parent().parent().find(« tbody tr.hidden »).show();
$(this).hide();
});
$( document ).ready(function() {
var h = $(« #zoneA article »).height();
var h2 = $(« #zoneB > div »).height();
while(h2 > h){
$(« #zoneB > div article:last-child »).remove();
h2 = $(« #zoneB > div »).height();
}
});
// if(screen.width < screen.height && screen.width <= 425)
get_mobile_pub();