[hg] galaxy 2734: Quick fix to disable partial functionality in ...
details: http://www.bx.psu.edu/hg/galaxy/rev/63e37852f658 changeset: 2734:63e37852f658 user: jeremy goecks <jeremy.goecks@emory.edu> date: Mon Sep 21 10:46:36 2009 -0400 description: Quick fix to disable partial functionality in tagging 1 file(s) affected in this change: templates/tagging_common.mako diffs (16 lines): diff -r 2f848dc3e35c -r 63e37852f658 templates/tagging_common.mako --- a/templates/tagging_common.mako Mon Sep 21 10:40:25 2009 -0400 +++ b/templates/tagging_common.mako Mon Sep 21 10:46:36 2009 -0400 @@ -83,10 +83,12 @@ // var tag_click_fn = function(tag_name, tag_value) { + /* alert(tag_name); // Do URL request to get histories tag. self.location = "http://www.yahoo.com"; + */ }; var options =
participants (1)
-
Nate Coraor