Skip to content

Commit

Permalink
Add 2nd version of viewer results.
Browse files Browse the repository at this point in the history
  • Loading branch information
tetunori committed Nov 3, 2015
1 parent b401055 commit d322c6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion IRKit_gorgeous_view.htm

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions IRKit_simple_view.txt
Expand Up @@ -101,6 +101,7 @@
data.IRData = contents;
callbackSuccess();
},
headers: {'X-Requested-With': 'curl'},
error:function( request, errorMessage ) {
log( "[IRKit] GET error." + errorMessage ) ;
callbackError({});
Expand All @@ -118,6 +119,7 @@
// log( "[IRKit] POST success." );
callbackSuccess();
},
headers: {'X-Requested-With': 'curl'},
error:function( request, errorMessage ) {
log( "[IRKit] POST error." + errorMessage );
callbackError({});
Expand Down

0 comments on commit d322c6b

Please sign in to comment.