commit/galaxy-central: epaniagu: fix tool_form.mako js typo affecting "drill_down" input
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/7f59c8839d75/ changeset: 7f59c8839d75 user: epaniagu date: 2011-11-16 23:25:26 summary: fix tool_form.mako js typo affecting "drill_down" input affected #: 1 file diff -r aeb72f7dc945f5c51270f6757b6ec6b2d5544cba -r 7f59c8839d75208ebcf02cda1b4f28865e0967d6 templates/tool_form.mako --- a/templates/tool_form.mako +++ b/templates/tool_form.mako @@ -38,7 +38,7 @@ parent_li.find( 'span' ).wrapInner( '<a/>' ).find( 'a' ).click( function() { sub_ul.toggle(); - (this).html( sub_ul.is(":hidden") ? '[+]' : '[-]' ); + $(this).html( sub_ul.is(":hidden") ? '[+]' : '[-]' ); }); parent_li.append( sub_ul ); }); 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