Skip to content

Commit

Permalink
* fixed report hardcoding the jquery include
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Kranz committed Nov 30, 2015
1 parent 52e2231 commit 16b9f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/tt_reporting/print_report.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<%= stylesheet_link_tag 'tt_report', :plugin => 'redmine_time_tracker', :media => 'all' %>
<%= javascript_include_tag 'jquery-1.11.1-ui-1.11.0-ujs-3.1.3.js' %>
<%= javascript_heads %>
<%= javascript_include_tag 'jqplot/jquery.jqplot.min.js', :plugin => 'redmine_time_tracker' %>
<%= javascript_include_tag 'jqplot/plugins/jqplot.barRenderer.min.js', :plugin => 'redmine_time_tracker' %>
<%= javascript_include_tag 'jqplot/plugins/jqplot.categoryAxisRenderer.min.js', :plugin => 'redmine_time_tracker' %>
Expand Down

0 comments on commit 16b9f13

Please sign in to comment.