1 2 3 4 5 6
function gotoId() { if ( window.location.hash ) { let hash = window.location.hash.substring(1); showPost(hash); } }