diff --git a/invenio_theme_tugraz/assets/semantic-ui/js/invenio_theme_tugraz/deposit/DoiMint.js b/invenio_theme_tugraz/assets/semantic-ui/js/invenio_theme_tugraz/deposit/DoiMint.js index 8073f27..094977f 100644 --- a/invenio_theme_tugraz/assets/semantic-ui/js/invenio_theme_tugraz/deposit/DoiMint.js +++ b/invenio_theme_tugraz/assets/semantic-ui/js/invenio_theme_tugraz/deposit/DoiMint.js @@ -113,10 +113,10 @@ export class DoiMint extends Component { } }; - // get a link of dio - var doiLink = (doiId) => { - window.open(`https://doi.org/${doiId}`, "_blank"); - }; + // // get a link of dio + // var doiLink = (doiId) => { + // window.open(`https://doi.org/${doiId}`, "_blank"); + // }; return ( @@ -187,13 +187,8 @@ export class DoiMint extends Component { )}