Index: options_element.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/options_element/options_element.js,v
retrieving revision 1.10
diff -u -p -r1.10 options_element.js
--- options_element.js	5 Sep 2010 00:52:27 -0000	1.10
+++ options_element.js	28 Dec 2010 19:04:10 -0000
@@ -185,6 +185,9 @@ Drupal.optionsElement.prototype.updateWi
   // Attach behaviors as normal to the new widget.
   Drupal.attachBehaviors(this.optionsElement);
 
+  // Remove the "Show row weights" link
+  $(".tabledrag-toggle-weight-wrapper").remove();
+
   // Add an onDrop action to the table drag instance.
   Drupal.tableDrag[this.identifier].onDrop = function() {
     // Update the checkbox/radio buttons for selecting default values.
