Skip to content

Commit

Permalink
Fixed issue #18373: Saving statistics exports to excel fails (#2656)
Browse files Browse the repository at this point in the history
Co-authored-by: encuestabizdevgit <devgit@encuesta.biz>
  • Loading branch information
gabrieljenik and encuestabizdevgit committed Nov 24, 2022
1 parent fb967c7 commit 29fd5b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/config/vendor.php
Expand Up @@ -346,6 +346,7 @@

'jspdf' => array(
'basePath' => 'vendor.jspdf',
'position' => CClientScript::POS_BEGIN,
'js' => array(
'jspdf.min.js',
'createpdf_worker.js'
Expand Down Expand Up @@ -394,6 +395,7 @@
),
'jszip' => array(
'basePath' => 'vendor.jszip',
'position' => CClientScript::POS_BEGIN,
'js' => array(
'jszip.js',
'fileSaver.js',
Expand Down

0 comments on commit 29fd5b0

Please sign in to comment.