1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/f7775cff6f6c/ changeset: f7775cff6f6c user: carlfeberhard date: 2012-09-02 17:27:09 summary: fix to annotation handling js, history.mako affected #: 1 file diff -r ed1bc0c4770b8059489f2fee15716dfcdc07feaa -r f7775cff6f6c8b3527557cae16151c9c38945679 templates/root/history.mako --- a/templates/root/history.mako +++ b/templates/root/history.mako @@ -86,7 +86,7 @@ annotation = "<em>Describe or add notes to dataset</em>"; } annotation_elt.html(annotation); - annotation_area.find(".tooltip").tooltop(); + annotation_area.find(".tooltip").tooltip(); async_save_text( annotation_elt.attr("id"), annotation_elt.attr("id"), "${h.url_for( controller='/dataset', action='annotate_async')}?" + href_parms, 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.