mirror of
https://github.com/redmine/redmine.git
synced 2025-11-11 15:56:03 +01:00
replace tab to space at revision_graph.js
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10292 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -83,7 +83,7 @@ function drawRevisionGraph(holder, commits_hash, graph_space) {
|
||||
revision_dot_overlay = revisionGraph.circle(x, y, 10);
|
||||
revision_dot_overlay
|
||||
.attr({
|
||||
fill: '#000',
|
||||
fill: '#000',
|
||||
opacity: 0,
|
||||
cursor: 'pointer',
|
||||
href: commit.href
|
||||
|
||||
Reference in New Issue
Block a user