You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I don't know if it's the version of sweet alert or something else, but unfortunately the function that should be called when the timer ends right now is not working. :s
swal({
title: "¡Listo!",
text: "Ya está la dirección de envío.",
type: "success",
timer: 1000,
showConfirmButton: false},
function(){
console.log('done');
}
);
The text was updated successfully, but these errors were encountered:
Hi, I don't know if it's the version of sweet alert or something else, but unfortunately the function that should be called when the timer ends right now is not working. :s
The text was updated successfully, but these errors were encountered: