Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Commit

Permalink
Improve console error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Waldo Jaquith committed Jan 18, 2017
1 parent f4c1a16 commit 01b1d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _pages/claims/new.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ <h1>How it works</h1>


}).fail(function() {
console.log('JSON schema could not be retrieved');
console.log('JSON schema and form could not be retrieved');
});

});
Expand Down

0 comments on commit 01b1d37

Please sign in to comment.