blob: 6fce146c7afacbe33d381d3bd77d1f72d2fc94ec [file] [log] [blame]
function highlight() {
document.getElementById(location.hash.replace(/#/, "")).className = "highlight";
}
(function(){
prettyPrint(); highlight();
});