commit/galaxy-central: jgoecks: Fix bug in 3d2fd67bc0ca that prevented autocomplete from working in dataset attributes editing page.
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/9ece46045d15/ changeset: 9ece46045d15 user: jgoecks date: 2011-07-28 17:50:56 summary: Fix bug in 3d2fd67bc0ca that prevented autocomplete from working in dataset attributes editing page. affected #: 1 file (0 bytes) --- a/templates/dataset/edit_attributes.mako Thu Jul 28 11:41:01 2011 -0400 +++ b/templates/dataset/edit_attributes.mako Thu Jul 28 11:50:56 2011 -0400 @@ -10,8 +10,8 @@ <%def name="javascripts()"> ${parent.javascripts()} + ${message_ns.javascripts()} ${h.js( "galaxy.base", "jquery.autocomplete", "autocomplete_tagging" )} - ${message_ns.javascripts()} </%def><%def name="datatype( dataset, datatypes )"> 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