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

4-2-stable
Sato Hiroyuki 2013-01-31 10:37:23 +09:00
parent 1fdeb9e030
commit f8a2db5341
1 changed files with 1 additions and 1 deletions

View File

@ -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);