mirror of
https://github.com/flynx/Slang.git
synced 2025-10-29 10:40:07 +00:00
minor bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
6a4d1e68f1
commit
4057b7c7bd
@ -181,7 +181,7 @@ function toggleBootstrapCode(){
|
||||
if(bootstrap.hasAttribute('shown')){
|
||||
bootstrap.removeAttribute('shown')
|
||||
} else {
|
||||
bootstrap.setAttribute('shown')
|
||||
bootstrap.setAttribute('shown', true)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user