Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
baf6910c
Commit
baf6910c
authored
Dec 06, 2007
by
Gábor Hojtsy
Browse files
#198218
by fractile81 and catch: two missing semicolons in tabledrag.js
parent
9c154113
Changes
1
Hide whitespace changes
Inline
Side-by-side
misc/tabledrag.js
View file @
baf6910c
...
...
@@ -46,7 +46,7 @@ Drupal.tableDrag = function(table, tableSettings) {
this
.
oldRowElement
=
null
;
// Remember the previous element.
this
.
oldY
=
0
;
// Used to determine up or down direction from last mouse move.
this
.
changed
=
false
;
// Whether anything in the entire table has changed.
this
.
maxDepth
=
0
// Maximum amount of allowed parenting.
this
.
maxDepth
=
0
;
// Maximum amount of allowed parenting.
// Configure the scroll settings.
this
.
scrollSettings
=
{
amount
:
4
,
interval
:
50
,
trigger
:
70
};
...
...
@@ -572,7 +572,7 @@ Drupal.tableDrag.prototype.updateFields = function(changedRow) {
// the source rows for each seperately.
this
.
updateField
(
changedRow
,
group
);
}
}
}
;
/**
* After the row is dropped, update a single table field according to specific
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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