Skip to content
Snippets Groups Projects
Commit f8a2db53 authored by Sato Hiroyuki's avatar Sato Hiroyuki
Browse files

Displaying commit on a new window, when clicking commit on network graph.

parent 1fdeb9e0
No related branches found
No related tags found
3 merge requests!2940Expanding repos and hooks paths in settings,!2852Displaying commit on a new window, when clicking commit on network graph.,!2770Capistrano deploy
Loading
Loading
@@ -260,7 +260,7 @@
cursor: "pointer"
})
.click(function(){
window.location = options.commit_url.replace('%s', commit.id);
window.open(options.commit_url.replace('%s', commit.id), '_blank');
})
.hover(function(){
this.tooltip = r.commitTooltip(x, y + 5, commit);
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment