##// END OF EJS Templates
Moved the javascript includes in html head....
Jean-Philippe Lang -
r10187:818f3564fa7f
parent child
Show More
@@ -1,5 +1,3
1 <%= javascript_include_tag 'raphael.js' %>
2 <%= javascript_include_tag 'revision_graph.js' %>
3 1 <script type="text/javascript" charset="utf-8">
4 2 function revisionGraphHandler(){
5 3 drawRevisionGraph(
@@ -12,3 +10,8 $(document).ready(revisionGraphHandler);
12 10 $(window).resize(revisionGraphHandler);
13 11 </script>
14 12 <div id="holder" class="revision-graph"></div>
13
14 <% content_for :header_tags do %>
15 <%= javascript_include_tag 'raphael' %>
16 <%= javascript_include_tag 'revision_graph' %>
17 <% end %>
General Comments 0
You need to be logged in to leave comments. Login now