Skip to content

Commit

Permalink
Merge pull request #807 from aholachek/alertbox
Browse files Browse the repository at this point in the history
added back space
  • Loading branch information
aholachek committed Feb 18, 2016
2 parents 7d4e8e5 + ca07e31 commit c1e9dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/wraps/discovery_mediator.js
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ define([
msg: '<p>You will be redirected to ORCID.</p> <p>Please sign in with your ORCID credentials and click on the "authorize" button.</p><p><b>This service is experimental. Should you have any suggestions, please let us know at <a href="mailto:adshelp@cfa.harvard.edu">adshelp@cfa.harvard.edu</a></b></p><button class="btn btn-success" id="okOrcid">Take me to ORCID</button>',
modal: true,
events: {
'clickbutton#okOrcid': 'OK'
'click button#okOrcid': 'OK'
}
}))
.done(function(resp) {
Expand Down

0 comments on commit c1e9dab

Please sign in to comment.