mirror of
https://github.com/flynx/Slang.git
synced 2025-10-29 18:50:08 +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')){
|
if(bootstrap.hasAttribute('shown')){
|
||||||
bootstrap.removeAttribute('shown')
|
bootstrap.removeAttribute('shown')
|
||||||
} else {
|
} else {
|
||||||
bootstrap.setAttribute('shown')
|
bootstrap.setAttribute('shown', true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user