/
var
/
www
/
html
/
mogi
/
theme
/
mogi
/
javascript
/
Upload File
HOME
$(function(){ jwplayer.key="9/Lo2fhnqqP6+9q4xHOyrqunB8GfDrEIxSosYWgHgCI="; //o bloco de navegação aparece na página; if($('.block_navigation').length > 0){ var $context = $('.block_navigation:eq(0)'); var procuras = [ ['span','Páginas do site'], ['a','Minha página inicial'] ]; for(var x=0; x<= procuras.length-1; x++){ findAndHide(procuras[x][0],procuras[x][1],$context); } } }); function findAndHide(strTag,text,$context){ var $match = $context.find(strTag+':contains("'+text+'")'); if($match.length > 0){ $match.each(function(){ $(this).closest('li').hide(); }); } }; $(document).ready(function() { $('.content').each(function() { if ($(this).find('div.section-summary-activities').length > 1) $(this).find('div.section-summary-activities:not(:first)').remove(); }); });