From bcbcf309914ae90dab8b7146d56ebeadb1f8703c Mon Sep 17 00:00:00 2001 From: Koen Reefman Date: Wed, 16 Aug 2017 15:42:58 +0000 Subject: [PATCH] FSN#41386FSN#41386 jQplot en plugins van 1.06 -> 1.09 svn path=/Website/trunk/; revision=34967 --- APPL/FAC/fac_report.asp | 4 ++-- APPL/FAC/fac_usrgraph.asp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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"]