console.log('Theme JS'); $( document ).ready(function() { setTimeout(function(){ $('#navbarCategoriasHorizontal > ul > li:last-child').after(''); $('#footer').after('
'); }, 1000); });