commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/c05752549163/ Changeset: c05752549163 Branch: stable User: dan Date: 2014-04-16 19:28:22 Summary: Fix for bug reporting in Chrome (webkit), due to it not properly handling forms with disabled submit buttons. Affected #: 1 file diff -r aab39d3344e2fbe83c209f33d7e69fea2350709d -r c05752549163e2b3b6aeddbab8019af06443c461 templates/webapps/galaxy/dataset/errors.mako --- a/templates/webapps/galaxy/dataset/errors.mako +++ b/templates/webapps/galaxy/dataset/errors.mako @@ -39,7 +39,8 @@ hiddenInput.name = button.name; hiddenInput.value = button.value; form.appendChild( hiddenInput ); - return true; + form.submit(); + return false; } return false; } https://bitbucket.org/galaxy/galaxy-central/commits/aafe68685891/ Changeset: aafe68685891 User: dan Date: 2014-04-16 19:31:00 Summary: merge stable Affected #: 0 files 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)
-
commits-noreply@bitbucket.org