Skip to content

Instantly share code, notes, and snippets.

@GreatPotato
Created September 12, 2013 08:59
Show Gist options
  • Select an option

  • Save GreatPotato/6534738 to your computer and use it in GitHub Desktop.

Select an option

Save GreatPotato/6534738 to your computer and use it in GitHub Desktop.
Override the default error handling in LemonStand
window.Phpr.response.popupError = window.LS.response.popupError = function(message) {
console.log(message);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment