3 lines
105 B
JavaScript
3 lines
105 B
JavaScript
|
currentpage = document.getElementById(activepage);
|
||
|
currentpage.setAttribute('style', 'color: #0074D9;');
|