commit/galaxy-central: jgoecks: Add href to trackster icons in history pane so that browser treats it as a URL and not an anchor.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/e2ac92093afd/ changeset: e2ac92093afd user: jgoecks date: 2012-01-13 22:22:29 summary: Add href to trackster icons in history pane so that browser treats it as a URL and not an anchor. affected #: 1 file diff -r a5e1ad623f390f1daceaa21aaa52868b4ce50c30 -r e2ac92093afda6743ea68766be96c9c7a454568d templates/root/history_common.mako --- a/templates/root/history_common.mako +++ b/templates/root/history_common.mako @@ -220,7 +220,7 @@ else: data_url = h.url_for( controller='tracks', action='list_tracks' ) %> - <a data-url="${data_url}" class="icon-button chart_curve tooltip trackster-add" + <a href="javascript:void(0)" data-url="${data_url}" class="icon-button chart_curve tooltip trackster-add" action-url="${h.url_for( controller='tracks', action='browser', dataset_id=dataset_id)}" new-url="${h.url_for( controller='tracks', action='index', dataset_id=dataset_id, default_dbkey=data.dbkey)}" title="View in Trackster"></a> %endif 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