From 5b9c401a0ea62109ba6ddad0416be2fc418e6b53 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sat, 3 Mar 2012 17:35:31 -0500 Subject: [PATCH] Using CSS to show/hide config --- scripts/main.js | 1 - test.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/main.js b/scripts/main.js index c6cd63f..2b256d9 100644 --- a/scripts/main.js +++ b/scripts/main.js @@ -32,7 +32,6 @@ $( document ).ready( function() var testcase = rectest.cases[ options['case'] ].testCase(); - $( this ).parent().hide(); hideNotice(); $( 'body' ).addClass( 'testing' ); diff --git a/test.html b/test.html index dced6e1..fb280be 100644 --- a/test.html +++ b/test.html @@ -29,7 +29,7 @@ -
+

Test Setup