1 new changeset in galaxy-central:
http://bitbucket.org/galaxy/galaxy-central/changeset/6e72905f5119/ changeset: r5126:6e72905f5119 user: dannon date: 2011-02-25 00:21:46 summary: workflows: Will never collapse steps containing workflow parameters by default now. affected #: 1 file (10 bytes)
--- a/templates/workflow/run.mako Thu Feb 24 18:08:15 2011 -0500 +++ b/templates/workflow/run.mako Thu Feb 24 18:21:46 2011 -0500 @@ -27,7 +27,7 @@ toggle_tool_body($(this)); }); // Collapse non-interactive run-workflow panels by default. - $("div.toolFormBody:not(:has(select, textarea, input[type!=hidden]))").hide().parent().css('border-bottom-width', '0px'); + $("div.toolFormBody:not(:has(select, textarea, input[type!=hidden], .wfpspan))").hide().parent().css('border-bottom-width', '0px'); $("#show_all_tool_body").click(function(){ $("div.toolFormTitle").each(function(){ show_tool_body($(this));
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.
galaxy-commits@lists.galaxyproject.org