diff --git a/core/misc/tabledrag.js b/core/misc/tabledrag.js index f3c6c9e..fc773eb 100644 --- a/core/misc/tabledrag.js +++ b/core/misc/tabledrag.js @@ -309,8 +309,7 @@ Drupal.tableDrag.prototype.makeDraggable = function (item) { var self = this; var $item = $(item); - //Add a class to the title link - $item.find('td:first a').addClass('menu-item__link'); + // Create the handle. var handle = $('
 
').attr('title', Drupal.t('Drag to re-order')); // Insert the handle after indentations (if any).