From ca07e31269fa48aab1775d84fb1c35b51e057145 Mon Sep 17 00:00:00 2001 From: Alex Holachek Date: Thu, 18 Feb 2016 11:46:12 -0500 Subject: [PATCH] added back space --- src/js/wraps/discovery_mediator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/wraps/discovery_mediator.js b/src/js/wraps/discovery_mediator.js index 29cc86d82..ca0e20f95 100644 --- a/src/js/wraps/discovery_mediator.js +++ b/src/js/wraps/discovery_mediator.js @@ -466,7 +466,7 @@ define([ msg: '

You will be redirected to ORCID.

Please sign in with your ORCID credentials and click on the "authorize" button.

This service is experimental. Should you have any suggestions, please let us know at adshelp@cfa.harvard.edu

', modal: true, events: { - 'clickbutton#okOrcid': 'OK' + 'click button#okOrcid': 'OK' } })) .done(function(resp) {