We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7989341 commit fff5963Copy full SHA for fff5963
1 file changed
classes/Hook/HookDisplayBackOfficeHeader.php
@@ -48,10 +48,6 @@ public function __construct(Ps_Googleanalytics $module, Context $context)
48
*/
49
public function run()
50
{
51
- if (Configuration::get('GA_TRACK_BACKOFFICE_DISABLED')) {
52
- return '';
53
- }
54
-
55
$js = '';
56
if (strcmp(Tools::getValue('configure'), $this->module->name) === 0) {
57
$this->context->controller->addCSS($this->module->getPathUri() . 'views/css/ganalytics.css');
0 commit comments