summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2012-08-18 13:05:56 +0200
committerwebchick <webchick@24967.no-reply.drupal.org>2012-08-18 13:05:56 +0200
commitfa22dcb5e2fb70f0803c304db3f9c14865c65f4a (patch)
treeb00305982bc08db573415f8459f8f4456230c7d3
parent24682ad5d72e2c7ceeb6473d75a0c95979809a08 (diff)
downloadbrdo-fa22dcb5e2fb70f0803c304db3f9c14865c65f4a.tar.gz
brdo-fa22dcb5e2fb70f0803c304db3f9c14865c65f4a.tar.bz2
Issue #1684866 by droplet, nod_, oriol_e9g: Fixed JSHint shortcut.
-rw-r--r--modules/shortcut/shortcut.admin.js2
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);
}