1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/64cb656e95b2/ Changeset: 64cb656e95b2 User: guerler Date: 2013-11-17 11:37:57 Summary: Grids: Remove console output Affected #: 1 file diff -r 567266a9f5ae16af522a62c0aaf3c47cab39ffc2 -r 64cb656e95b2f40ac5f6f1f26fc484ce88a11ad1 templates/webapps/galaxy/tracks/history_select_grid.mako --- a/templates/webapps/galaxy/tracks/history_select_grid.mako +++ b/templates/webapps/galaxy/tracks/history_select_grid.mako @@ -15,7 +15,6 @@ $(document).ready(function() { $(".addtracktab, #grid-table a").off(); $(".addtracktab, #grid-table a").click(function() { - console.log($(this).attr("href")); var modal_body = $(".modal-body"); if (modal_body.length !== 0) { modal_body.load($(this).attr("href")); 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.