mirror of
https://github.com/redmine/redmine.git
synced 2026-01-21 23:13:04 +01:00
remove redundant empty lines from app/views/repositories/_revision_graph.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10308 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<%= javascript_include_tag 'raphael.js' %>
|
||||
<%= javascript_include_tag 'revision_graph.js' %>
|
||||
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
function revisionGraphHandler(){
|
||||
drawRevisionGraph(
|
||||
@@ -9,9 +8,7 @@ function revisionGraphHandler(){
|
||||
<%= space %>
|
||||
);
|
||||
}
|
||||
|
||||
$(document).ready(revisionGraphHandler);
|
||||
$(window).resize(revisionGraphHandler);
|
||||
</script>
|
||||
|
||||
<div id="holder" class="revision-graph"></div>
|
||||
|
||||
Reference in New Issue
Block a user