From 27be8b1f1af99f323d333caec087193bcab0f50a Mon Sep 17 00:00:00 2001 From: "Mr.doob" Date: Fri, 2 Dec 2011 04:29:23 +0900 Subject: [PATCH] Another fix for the "hide code" button. --- static/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/index.html b/static/index.html index cac6e11..6782783 100644 --- a/static/index.html +++ b/static/index.html @@ -284,6 +284,7 @@ compileTimer = setTimeout(compile, 500); } }); + code.getWrapperElement().style.visibility = 'visible'; onWindowResize(); window.addEventListener( 'resize', onWindowResize, false );