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');