forked from Botanical/BotanJS
Minor adjustments
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user