minor bugfix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2014-06-27 16:28:17 +04:00
parent 6a4d1e68f1
commit 4057b7c7bd

View File

@ -181,7 +181,7 @@ function toggleBootstrapCode(){
if(bootstrap.hasAttribute('shown')){ if(bootstrap.hasAttribute('shown')){
bootstrap.removeAttribute('shown') bootstrap.removeAttribute('shown')
} else { } else {
bootstrap.setAttribute('shown') bootstrap.setAttribute('shown', true)
} }
} }