NOTICIAS
if(window.location.pathname == '/tienda/'){ let form = document.forms[0]; form.addEventListener('change', function(){ form.submit(); }) }