commit/galaxy-central: jgoecks: Fix initialization of tags and annotations in history datasets.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/a1a7bc41df01/ changeset: a1a7bc41df01 user: jgoecks date: 2012-02-16 20:05:03 summary: Fix initialization of tags and annotations in history datasets. affected #: 1 file diff -r 5ac62b79d6926ad0a9db8810dedf9fe1a1ed41fa -r a1a7bc41df0102598ba1a459307b23b319adc018 templates/root/history.mako --- a/templates/root/history.mako +++ b/templates/root/history.mako @@ -228,8 +228,8 @@ $(this).find("a.show-details").bind("click", function() { return false; }); */ - tag_handling(document); - annotation_handling(document); + tag_handling(this); + annotation_handling(this); }); // Trackster links 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