Skip to content

Instantly share code, notes, and snippets.

@richellyitalo
Created October 11, 2019 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richellyitalo/c30df8f2451cc04925ad905bcc1e9557 to your computer and use it in GitHub Desktop.
Save richellyitalo/c30df8f2451cc04925ad905bcc1e9557 to your computer and use it in GitHub Desktop.

swal({ title: '', content: { element: "div", attributes: { innerHTML: res.mensagem }, }, icon: "success" }) .then(function() { window.location.href = res.redirecionar; });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment