From 4057b7c7bdf592999ba9d02f4130a8ac5528ec98 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 27 Jun 2014 16:28:17 +0400 Subject: [PATCH] minor bugfix... Signed-off-by: Alex A. Naanou --- Slang/slang.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Slang/slang.html b/Slang/slang.html index 07bb833..e564976 100755 --- a/Slang/slang.html +++ b/Slang/slang.html @@ -181,7 +181,7 @@ function toggleBootstrapCode(){ if(bootstrap.hasAttribute('shown')){ bootstrap.removeAttribute('shown') } else { - bootstrap.setAttribute('shown') + bootstrap.setAttribute('shown', true) } }