diff --git a/src/js/mixins/discovery_bootstrap.js b/src/js/mixins/discovery_bootstrap.js index 02f17bb61..70d7d059c 100644 --- a/src/js/mixins/discovery_bootstrap.js +++ b/src/js/mixins/discovery_bootstrap.js @@ -30,7 +30,7 @@ define([ 'orcid-instructions', 'public-libraries', ]; - var regx = new RegExp('^#(/?(' + routes.join('|') + ').*/?)?$', 'i'); + var regx = new RegExp('^#?(/?(' + routes.join('|') + ').*/?)?$', 'i'); var isPushState = function() { return ( diff --git a/src/js/widgets/abstract/templates/abstract_template.html b/src/js/widgets/abstract/templates/abstract_template.html index bb4c9b68f..616bfd226 100644 --- a/src/js/widgets/abstract/templates/abstract_template.html +++ b/src/js/widgets/abstract/templates/abstract_template.html @@ -16,7 +16,10 @@

{{/if}}

-