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

This commit is contained in:
Sato Hiroyuki
2013-01-31 10:43:57 +09:00
parent 1fdeb9e030
commit f8a2db5341
+1 -1
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);