Index: modules/nodeorder/nodeorder.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/nodeorder/nodeorder.module,v retrieving revision 1.6 diff -u -p -r1.6 nodeorder.module --- modules/nodeorder/nodeorder.module 10 Dec 2006 01:24:10 -0000 1.6 +++ modules/nodeorder/nodeorder.module 11 Dec 2006 19:20:10 -0000 @@ -335,7 +335,7 @@ function nodeorder_order_nodes($tid) { // Tell the Sortable that the child elements are DIVs with class="sort-wrapper"... $options = array('tag' => 'div', 'only' => 'sort-wrapper', - 'handle' => 'title', + 'handle' => "'node-sort-list'", '#onUpdate' => $onUpdate); spajax_sortable_element('node-sort-list', $options); }