diff options
-rw-r--r-- | modules/shortcut/shortcut.admin.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/shortcut/shortcut.admin.js b/modules/shortcut/shortcut.admin.js index 5554e5a7c..422cc4ce3 100644 --- a/modules/shortcut/shortcut.admin.js +++ b/modules/shortcut/shortcut.admin.js @@ -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); } |