diff --git a/APPL/FAC/fac_report.asp b/APPL/FAC/fac_report.asp index db6f7c9742..1ea924f439 100644 --- a/APPL/FAC/fac_report.asp +++ b/APPL/FAC/fac_report.asp @@ -148,8 +148,8 @@ "../Localscripts/jqPlot/dist/plugins/jqplot.categoryAxisRenderer.js", "../Localscripts/jqPlot/dist/plugins/jqplot.barRenderer.js", "../Localscripts/jqPlot/dist/plugins/jqplot.meterGaugeRenderer.js", - "../Localscripts/jqPlot/dist/plugins/jqplot.pieRenderer.min.js", - "../Localscripts/jqPlot/dist/plugins/jqplot.highlighter.min.js" + "../Localscripts/jqPlot/dist/plugins/jqplot.pieRenderer.js", + "../Localscripts/jqPlot/dist/plugins/jqplot.highlighter.js" ], css: ["../Localscripts/jqPlot/dist/jquery.jqplot.css"] }); diff --git a/APPL/FAC/fac_usrgraph.asp b/APPL/FAC/fac_usrgraph.asp index 6f5cc82764..02ec39eccb 100644 --- a/APPL/FAC/fac_usrgraph.asp +++ b/APPL/FAC/fac_usrgraph.asp @@ -24,8 +24,8 @@ "../Localscripts/jqPlot/dist/plugins/jqplot.categoryAxisRenderer.js", "../Localscripts/jqPlot/dist/plugins/jqplot.barRenderer.js", "../Localscripts/jqPlot/dist/plugins/jqplot.meterGaugeRenderer.js", - "../Localscripts/jqPlot/dist/plugins/jqplot.pieRenderer.min.js", - "../Localscripts/jqPlot/dist/plugins/jqplot.highlighter.min.js", + "../Localscripts/jqPlot/dist/plugins/jqplot.pieRenderer.js", + "../Localscripts/jqPlot/dist/plugins/jqplot.highlighter.js", "../Localscripts/jqPlot/dist/plugins/jqplot.canvasOverlay.js" ], css: ["../Localscripts/jqPlot/dist/jquery.jqplot.css"]