Index: table.tpl.php =================================================================== RCS file: /cvs/drupal/contributions/themes/goofy/Attic/table.tpl.php,v retrieving revision 1.1.2.5 diff -u -p -r1.1.2.5 table.tpl.php --- table.tpl.php 22 Feb 2009 17:33:20 -0000 1.1.2.5 +++ table.tpl.php 25 Mar 2009 17:14:40 -0000 @@ -22,9 +22,6 @@ $attributes['class'] = empty($attributes if ($layout & GOOFY_TABLE_HAS_HEADER) { drupal_add_js('misc/tableheader.js'); - // Add 'sticky-enabled' class to the table to identify it for JS. - // This is needed to target tables constructed by this function. - $attributes['class'] .= ' sticky-enabled'; if (empty($attributes['cellpadding'])) {