mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-03-16 22:10:30 +00:00
Merge pull request #222 from alsoicode/bugfix/sortable-inline-tabular-selector
Bugfix/sortable inline tabular selector
This commit is contained in:
commit
f1ea519c90
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
tabular_inline_rows.addClass('sortable');
|
||||
|
||||
sortable_inline_group.find('.tabular.inline-related').sortable({
|
||||
sortable_inline_group.find('.tabular.inline-related tbody').sortable({
|
||||
axis : 'y',
|
||||
containment : 'parent',
|
||||
create: function(event, ui) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue