Browse Source

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
tags/2.1.0
Toshi MARUYAMA 12 years ago
parent
commit
ee2481a3b9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      public/javascripts/revision_graph.js

+ 1
- 1
public/javascripts/revision_graph.js View File

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

Loading…
Cancel
Save