Skip to content

Commit

Permalink
Fixed the analytics checkbox not toggling the subaplette by ajax
Browse files Browse the repository at this point in the history
  • Loading branch information
qzminski committed May 29, 2018
1 parent f76779b commit be55d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dca/tl_page.php
Expand Up @@ -123,7 +123,7 @@ function (\Contao\DataContainer $dc) {
'label' => &$GLOBALS['TL_LANG']['tl_page']['cookiebar_analyticsCheckbox'],
'exclude' => true,
'inputType' => 'checkbox',
'eval' => ['tl_class' => 'clr'],
'eval' => ['submitOnChange' => true, 'tl_class' => 'clr'],
'sql' => "char(1) NOT NULL default ''",
];

Expand Down

0 comments on commit be55d00

Please sign in to comment.