From b3fd6221bce4f1482c541405de5c5e6f7b8d3531 Mon Sep 17 00:00:00 2001 From: pero1203 Date: Wed, 20 Jul 2022 08:49:03 +0200 Subject: [PATCH] Datoteke na strezniku so case sensitive - popravek js datoteke chart.js --- admin/survey/minify/groupsConfig.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/survey/minify/groupsConfig.php b/admin/survey/minify/groupsConfig.php index d66d59c19..cb3c70ab3 100644 --- a/admin/survey/minify/groupsConfig.php +++ b/admin/survey/minify/groupsConfig.php @@ -97,7 +97,8 @@ return [ dirname(__FILE__).'/../script/custom_column_label_respondent.js', dirname(__FILE__).'/../script/ImageHotSpot/imagemap_question_editor.js', dirname(__FILE__).'/../script/ImageHotSpot/imageHotspot.js', - dirname(__FILE__).'/../script/Chartjs/Chart.js', //source za chartjs grafe + + dirname(__FILE__).'/../script/Chartjs/chart.js', //source za chartjs grafe dirname(__FILE__).'/../script/Chartjs.js', dirname(__FILE__).'/../script/jquery/jquery.imagemapster.js',