Skip to content

Instantly share code, notes, and snippets.

@built
Created October 29, 2012 22:17
Show Gist options
  • Save built/3976907 to your computer and use it in GitHub Desktop.
Save built/3976907 to your computer and use it in GitHub Desktop.
The secret is to realize that there is no spoon.
if ( response && response.Status ) {
if ( response.Status.Status == 'OK' ) {
this.reloadBrowser();
} else {
console.log( response );
console.log( status );
this.reloadBrowser();
}
} else {
console.log( response );
console.log( status );
this.reloadBrowser();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment