Created
October 29, 2012 22:17
-
-
Save built/3976907 to your computer and use it in GitHub Desktop.
The secret is to realize that there is no spoon.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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