To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / .svn / pristine / 81 / 81172b2094c31db1f0abe25641889634ec935550.svn-base @ 1297:0a574315af3e
History | View | Annotate | Download (387 Bytes)
| 1 |
<%= javascript_include_tag "raphael.js" %> |
|---|---|
| 2 |
<script type="text/javascript" charset="utf-8"> |
| 3 |
var chunk = {commits:<%= commits.values.to_json %>}
|
| 4 |
</script> |
| 5 |
<%= javascript_include_tag "revision_graph.js" %> |
| 6 |
|
| 7 |
<script type="text/javascript"> |
| 8 |
Event.observe(window,"load", function(){
|
| 9 |
branchGraph(document.getElementById("holder"));
|
| 10 |
}) |
| 11 |
</script> |
| 12 |
|
| 13 |
<div id="holder" class="graph"></div> |