BD-Core-FHIR-IG/bd-national-template/content/assets/js/window-hash.js

6 lines
131 B
JavaScript

$(document).ready(function(){
if(window.location.hash != "") {
$('a[href="' + window.location.hash + '"]').click()
}
});