Merge pull request #222 from alsoicode/bugfix/sortable-inline-tabular-selector

Bugfix/sortable inline tabular selector
master
Brandon Taylor 2020-01-14 18:28:44 -05:00 committed by GitHub
commit f1ea519c90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
tabular_inline_rows.addClass('sortable'); tabular_inline_rows.addClass('sortable');
sortable_inline_group.find('.tabular.inline-related').sortable({ sortable_inline_group.find('.tabular.inline-related tbody').sortable({
axis : 'y', axis : 'y',
containment : 'parent', containment : 'parent',
create: function(event, ui) { create: function(event, ui) {