=== modified file 'includes/theme.inc'
--- includes/theme.inc	2007-10-08 14:15:09 +0000
+++ includes/theme.inc	2007-10-19 12:16:49 +0000
@@ -1335,9 +1335,6 @@ function theme_table($header, $rows, $at
 
   // Format the table header:
   if (count($header)) {
-    // Include JS for sticky headers.
-    drupal_add_js('misc/tableheader.js');
-
     $ts = tablesort_init($header);
     // HTML requires that the thead tag has tr tags in it follwed by tbody
     // tags. Using ternary operator to check and see if we have any rows.

=== modified file 'modules/block/block-admin-display-form.tpl.php'
--- modules/block/block-admin-display-form.tpl.php	2007-10-05 09:36:52 +0000
+++ modules/block/block-admin-display-form.tpl.php	2007-10-19 12:16:35 +0000
@@ -25,7 +25,6 @@
  * @see theme_block_admin_display()
  */
 ?>
-<?php drupal_add_js('misc/tableheader.js'); ?>
 <?php print $messages; ?>
 
 <table id="blocks">

