Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
5d2dca68
Commit
5d2dca68
authored
Mar 23, 2012
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Patch
#1476824
by Kevin Morse, Haza, droplet: micro clean up to tabledrag.js.
parent
13f73f69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
core/misc/tabledrag.js
core/misc/tabledrag.js
+1
-1
No files found.
core/misc/tabledrag.js
View file @
5d2dca68
...
...
@@ -385,7 +385,7 @@ Drupal.tableDrag.prototype.makeDraggable = function (item) {
case
39
:
// Right arrow.
case
63235
:
// Safari right arrow.
keyChange
=
true
;
self
.
rowObject
.
indent
(
1
*
self
.
rtl
);
self
.
rowObject
.
indent
(
self
.
rtl
);
break
;
case
40
:
// Down arrow.
case
63233
:
// Safari down arrow.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment