1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/a04725d3afed/ Changeset: a04725d3afed User: carlfeberhard Date: 2014-02-18 17:55:34 Summary: Tagging: prevent intialization error on tag autocomplete (http://stackoverflow.com/questions/21549126/error-cannot-call-methods-on-aut...) Affected #: 1 file diff -r a9fb2779dd6948fb94d820dce89ccc70335e6c47 -r a04725d3afedb65329b13bf5ba813e6381ec082f templates/tagging_common.mako --- a/templates/tagging_common.mako +++ b/templates/tagging_common.mako @@ -211,7 +211,7 @@ use_toggle_link: ${iff( use_toggle_link, 'true', 'false' )} }; - $('#${elt_id}').autocomplete_tagging(options); + $('#${elt_id}').find( 'input' ).autocomplete_tagging(options); </script> ## Use style to hide/display the tag area. 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.