Ver mis favoritos'); }else if(respuesta==2){ toastr["error"]('Ha ocurrido un error, por favor intenta más tarde'); }else if(respuesta==3){ toastr["warning"]('Debes Ingresar para agregar una publicación a tus favoritos
Ingresa aquí'); } }); } function inicio_lista() { if (typeof(google) == 'undefined') { $.getScript('https://maps.googleapis.com/maps/api/js?callback=calcular_distancias&key=AIzaSyAVs_7Wl_szJrXAa4kb_4kjrxPsWDMo72s'); } else { calcular_distancias(); } $('.agregar_favoritos').click(function(){ agregar_favorito($(this).data('id')); return false; }); mover('#lista-directorio',500,500); }