mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-17 00:26:07 +10:00
Displaying commit on a new window, when clicking commit on network graph.
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user