Skip to content

Commit f56bb82

Browse files
authored
Update multicolumnwizard_be_src.js
Update handle for drag & drop
1 parent 3a162a2 commit f56bb82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/modules/multicolumnwizard/html/js/multicolumnwizard_be_src.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ var MultiColumnWizard = new Class(
321321
new Sortables(tr.getParent('table').getElement('tbody'), {
322322
constrain: true,
323323
opacity: 0.6,
324-
handle: 'a[rel=move]',
324+
handle: 'a[data-operations=move]',
325325
onComplete: function() {
326326
tr.getParent('table').getElement('tbody').getChildren('tr').each(function(el, i) {
327327
//Must be substract down 1 because the loop iterator begins with 1

0 commit comments

Comments
 (0)