Skip to content

Commit

Permalink
unset charts js for contao slick
Browse files Browse the repository at this point in the history
fix #3
  • Loading branch information
MDevster authored Feb 20, 2020
1 parent 63935be commit 0872407
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Resources/contao/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
/**
* If Contao Slick is used
*/
$GLOBALS['TL_JAVASCRIPT']['google_charts_loader'] = '';
$GLOBALS['TL_JAVASCRIPT']['google_charts'] = '';
unset($GLOBALS['TL_JAVASCRIPT']['google_charts_loader']);
unset($GLOBALS['TL_JAVASCRIPT']['google_charts']);

/**
* Available tags for MATE theme
Expand All @@ -41,4 +41,4 @@
'tables' => array(),
'stylesheet' => 'bundles/pdirthemeodd/scss/backend.css'
),
));
));

0 comments on commit 0872407

Please sign in to comment.