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