diff -c -r1.1 course/yui/dragdrop/dragdrop.js *** course/yui/dragdrop/dragdrop.js 2012/11/09 16:08:22 1.1 --- course/yui/dragdrop/dragdrop.js 2012/11/09 16:14:55 *************** *** 70,81 **** cssleft.appendChild(Y.Node.create('
')); cssleft.appendChild(this.get_drag_handle(title, CSS.SECTIONHANDLE)); ! if (moveup) { ! moveup.remove(); ! } ! if (movedown) { ! movedown.remove(); ! } // Make each li element in the lists of sections draggable var dd = new Y.DD.Drag({ --- 70,81 ---- cssleft.appendChild(Y.Node.create('
')); cssleft.appendChild(this.get_drag_handle(title, CSS.SECTIONHANDLE)); ! //if (moveup) { ! // moveup.remove(); ! //} ! //if (movedown) { ! // movedown.remove(); ! //} // Make each li element in the lists of sections draggable var dd = new Y.DD.Drag({