summaryrefslogtreecommitdiff
path: root/static/view.js
blob: c8556091632eaafd4cf29301a6f2b36daf83118b (plain)
1
2
3
4
5
window.onload = function() {
	var line = 'code' + document.location.hash.substr(1);
	var codeline = document.getElementById(line);
	codeline.className = 'selected';
}