CharisKomos (Talk | contribs) |
CharisKomos (Talk | contribs) |
||
Line 41: | Line 41: | ||
$('.circlez').removeClass('opace'); | $('.circlez').removeClass('opace'); | ||
$('#'+idz).addClass('opace'); | $('#'+idz).addClass('opace'); | ||
− | + | } | |
− | + | </script> | |
+ | |||
+ | <!-- Display Subsection Functionality --> | ||
+ | <script> | ||
+ | |||
+ | function displayMe(idz){ | ||
+ | $('#display_box').css('display', 'block'); | ||
+ | var stateMsg; | ||
switch(idz){ | switch(idz){ | ||
case 'c_t1': stateMsg = 'O.S.I.R.I.S._OVERVIEW'; | case 'c_t1': stateMsg = 'O.S.I.R.I.S._OVERVIEW'; | ||
Line 53: | Line 60: | ||
break; | break; | ||
} | } | ||
− | + | window.history.replaceState(null, null, stateMsg); | |
− | + | scrollTillBottom(); | |
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
</script> | </script> |
Revision as of 21:36, 29 August 2017