Fix bug: Include minimized version of jquery and jplot

FEA: ItEr76S15OrganizingPerProjectDashboard
This commit is contained in:
Diego Pino 2012-05-15 12:20:53 +02:00
parent f71d266f8d
commit 1b2be981de

View file

@ -177,8 +177,8 @@
<n:link class="include" rel="stylesheet" type="text/css" href="/libreplan-webapp/jqplot/jquery.jqplot.min.css" />
<!-- Include jqPlot library and additional plugins -->
<n:script type="text/javascript" src="/libreplan-webapp/jqplot/jquery.js"></n:script>
<n:script type="text/javascript" src="/libreplan-webapp/jqplot/jquery.jqplot.js"></n:script>
<n:script type="text/javascript" src="/libreplan-webapp/jqplot/jquery.min.js"></n:script>
<n:script type="text/javascript" src="/libreplan-webapp/jqplot/jquery.jqplot.min.js"></n:script>
<n:script type="text/javascript" src="/libreplan-webapp/jqPlot/plugins/jqplot.canvasTextRenderer.min.js"></n:script>
<n:script type="text/javascript" src="/libreplan-webapp/jqPlot/plugins/jqplot.canvasAxisLabelRenderer.min.js"></n:script>
<n:script type="text/javascript" src="/libreplan-webapp/jqplot/plugins/jqplot.barRenderer.min.js"></n:script>