Minor adjustments

This commit is contained in:
2016-02-07 05:20:41 +08:00
parent 2b5ab65b20
commit c0ab22eaee
6 changed files with 48 additions and 6 deletions
@@ -144,6 +144,12 @@
{
var t = ae_stitles[i];
var p = ae_panel_section[i];
// If they are snippets or sections
if( i == 2 || i == 3 )
{
p.style.height = "auto";
continue;
}
t.addEventListener( "Click", function( e )
{
var p = this.p;