From 74ecb60f90dab17aa037e5399abe2f692758d5c2 Mon Sep 17 00:00:00 2001 From: dave Date: Wed, 14 Jul 2010 18:09:23 +0000 Subject: [PATCH] We can do the first child thing with CSS, no need to call any javascript. --- js/sfiab.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/sfiab.js b/js/sfiab.js index e1430a06..baa901d1 100644 --- a/js/sfiab.js +++ b/js/sfiab.js @@ -71,10 +71,6 @@ function report_gen(id) { /* Stuff to do after the document loads */ $(document).ready(function() { - /* Do label/input styles on all edit tables */ - $(".editor tr td:first-child").addClass('label'); - $(".editor tr td:nth-child(2)").addClass('input'); - /* Stripe tableviews */ $(".tableview tr:even").addClass('even'); $(".tableview tr:odd").addClass('odd');