commit/galaxy-central: dannon: Fix multi-input workflow selector to account for recent structural changes.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/9ceb68fe691e/ changeset: 9ceb68fe691e user: dannon date: 2012-04-04 17:27:48 summary: Fix multi-input workflow selector to account for recent structural changes. affected #: 1 file diff -r 26403ed86d4ccf39ea88c2658012a9a99d453266 -r 9ceb68fe691eb50509bf95b0e7641680b993c55d templates/workflow/run.mako --- a/templates/workflow/run.mako +++ b/templates/workflow/run.mako @@ -37,7 +37,7 @@ placeholder = 'type to filter'; } else { $('.multiinput').addClass('disabled'); - $('.multiinput', select.parent().prev()).removeClass('disabled'); + $('.multiinput', select.closest('.form-row')).removeClass('disabled'); select.attr('multiple', 'multiple').attr('size', 8); placeholder = 'type to filter, [enter] to select all'; } Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket