Skip to content
This repository has been archived by the owner on Dec 17, 2017. It is now read-only.

Commit

Permalink
One missing quote mark and everyone loses their minds
Browse files Browse the repository at this point in the history
  • Loading branch information
glasnt committed Aug 4, 2014
1 parent a34330d commit af11648
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/views/graphs/stacked.html.erb
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<%= javascript_include_tag "rickshaw" %>
<%= stylesheet_link_tag "graphs/stacked" %>
<%= javascript_include_tag "graphs/stacked.js %>
<% if dckx %>
<%= stylesheet_link_tag "graphs/dckx" %>
<%end%>
<%= javascript_include_tag "graphs/stacked.js" %>
<%= stylesheet_link_tag "graphs/dckx" if dckx %>
<div class="slider" id="slider"></div>
<span id="zoomtoselected" class="no_link zoomtoselected"></span>
<div id="chart_container">
Expand Down

0 comments on commit af11648

Please sign in to comment.