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

Commit

Permalink
#159 fixing the reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepmurugesan committed May 10, 2012
1 parent 4237178 commit 46cf0e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion static/js/issuer-frame.js
Expand Up @@ -449,7 +449,8 @@ function issue(assertions, cb) {
};
errors.push({
url: url,
reason: templateArgs.error.message
reason: 'INACCESSIBLE',
message: templateArgs.error.message
});
showError("#inaccessible-template", templateArgs);
processNext();
Expand Down
2 changes: 1 addition & 1 deletion views/issuer-frame.hogan.js
Expand Up @@ -74,7 +74,7 @@
<div id="inaccessible-template">
<div class="alert alert-error">
<a class="close">×</a>
<em>[[ error.message ]]</em>
We have encountered the following problem: <em>[[ error.message ]]</em>
</div>
</div>
<div id="login-error-template">
Expand Down

0 comments on commit 46cf0e6

Please sign in to comment.