Skip to content

Instantly share code, notes, and snippets.

@mspreij
Created July 3, 2017 07:59
Show Gist options
  • Save mspreij/f678ade190adee25976f93dfa412c219 to your computer and use it in GitHub Desktop.
Save mspreij/f678ade190adee25976f93dfa412c219 to your computer and use it in GitHub Desktop.
function (result) {
if (result.success) {
// do things with result.data
}else{
alert(message); // or modal notify, or ...
}
console.log(debug);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment