Fix reset hash if invalid doi
1 files changed, 2 insertions(+), 2 deletions(-) M index.html
M index.html => index.html +2 -2
@@ 119,13 119,13 @@ "/" + doi; location.hash = doi location.hash = doi; } else { document.body.classList.add("invalid"); a_doi.href = "javascript:void(0)"; a_lmu.href = "javascript:void(0)"; a_sci.href = "javascript:void(0)"; window.history.replaceState({}, document.title, "/"); location.hash = ""; } }