blob: cb52985738a99537f015068af1d4189ed30c97e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!-- Copyright (c) 2013-2014 Texas Instruments Incorporated. All rights reserved. -->
window.onload = function()
{
document.getElementById('about').onclick = loadAbout;
document.getElementById('overview').onclick = loadOverview;
document.getElementById('block').onclick = loadBlock;
document.getElementById('io_http').onclick = loadIOHttp;
loadPage("about.htm");
}
|