commit/galaxy-central: dannon: Cloud Launch: Fix non-keyboard paste detection for cluster lookup step.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/9d6a61f060d3/ changeset: 9d6a61f060d3 user: dannon date: 2012-11-05 21:30:44 summary: Cloud Launch: Fix non-keyboard paste detection for cluster lookup step. affected #: 1 file diff -r 4d0bfc13fd582083eb2caec31029a3b4664da4ce -r 9d6a61f060d359a0289b3163990f6a8ba122d253 templates/cloud/index.mako --- a/templates/cloud/index.mako +++ b/templates/cloud/index.mako @@ -76,7 +76,7 @@ } }); //When id_secret and id_key are complete, submit to get_account_info - $("#id_secret, #id_key_id").bind("change paste keyup", function(){ + $("#id_secret, #id_key_id").bind("change paste keyup input propertychange", function(){ secret_el = $("#id_secret"); key_el = $("#id_key_id"); if (secret_el.val().length === 40 && key_el.val().length === 20){ 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