Skip to content

Commit

Permalink
Another fix for the "hide code" button.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Dec 1, 2011
1 parent 71a0f07 commit 27be8b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@
compileTimer = setTimeout(compile, 500);
}
});
code.getWrapperElement().style.visibility = 'visible';

onWindowResize();
window.addEventListener( 'resize', onWindowResize, false );
Expand Down

0 comments on commit 27be8b1

Please sign in to comment.