Branded UI Fixed
This commit is contained in:
5
bd-national-template/content/assets/js/window-hash.js
Normal file
5
bd-national-template/content/assets/js/window-hash.js
Normal file
@@ -0,0 +1,5 @@
|
||||
$(document).ready(function(){
|
||||
if(window.location.hash != "") {
|
||||
$('a[href="' + window.location.hash + '"]').click()
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user