### Eclipse Workspace Patch 1.0
Index: misc/upload.js
===================================================================
--- misc/upload.js	(revision 544)
+++ misc/upload.js	(working copy)
@@ -74,7 +74,7 @@
   // Else fade in only the last table row
   else {
     // Hide form and last table row
-    $('table tr:last-of-type td', div).hide();
+    $('table tr:last td', div).hide();
 
     // Note: workaround because jQuery's #id selector does not work outside of 'document'
     // Should be: $(this.hide, div).hide();
@@ -87,7 +87,7 @@
 
     // Replace form, fade in items and re-attach behaviour
     $(this.wrapper).append(div);
-    $('table tr:last-of-type td', div).fadeIn('slow');
+    $('table tr:last td', div).fadeIn('slow');
     $(this.hide, div).fadeIn('slow');
     Drupal.uploadAutoAttach();
   }
