var BASE_URL = 'https://pesquisa.horario.com.br'; $(document).ready(function() { $('body').bootstrapMaterialDesign(); //VOLTA PARA A PAGINA PRINCIPAL $(".voltar-passo").click(function(event) { $.getJSON(BASE_URL+"/volta-passo"); event.preventDefault(); window.location.href = window.location.href; }); $('[data-toggle="popover"]').popover({'html':true}); });