Sign in
◑
Theme
apache
/
grails-static-website
/
refs/heads/improve-code-block-styling
/
.
/
assets
/
javascripts
/
navigation.js
blob: 4770d15d7a4c8321018e55c0f407b86f3510157c [
file
]
function
show
(
showId
,
hideId
)
{
document
.
getElementById
(
showId
).
style
.
display
=
'block'
document
.
getElementById
(
hideId
).
style
.
display
=
'none'
}