Skip to content
Snippets Groups Projects
Commit fa22dcb5 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1684866 by droplet, nod_, oriol_e9g: Fixed JSHint shortcut.

parent 24682ad5
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ Drupal.behaviors.shortcutDrag = {
// the tableDrag system. However, the row that swapped with it
// has moved to the "disabled" section, so we need to force its
// status to be disabled and mark it also as changed.
var changedRowObject = new tableDrag.row(changedRow, 'mouse', self.indentEnabled, self.maxDepth, true);
var changedRowObject = new tableDrag.row(changedRow, 'mouse', false, 0, true);
changedRowObject.markChanged();
tableDrag.rowStatusChange(changedRowObject);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment