testing hashes
This commit is contained in:
@@ -34,6 +34,12 @@
|
||||
$('pre code').each(function(i, block) {
|
||||
hljs.highlightBlock(block);
|
||||
});
|
||||
|
||||
var hash = window.location.hash;
|
||||
if(hash != '') {
|
||||
location.href = hash;
|
||||
}
|
||||
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user