Skip to content
Snippets Groups Projects
Commit fd05a5a0 authored by mathias.chouet's avatar mathias.chouet
Browse files

Matomo: do not track "calculator" page views anymore

parent 917fb699
No related branches found
No related tags found
1 merge request!65Resolve "Solveur multi-modules"
......@@ -122,8 +122,6 @@ export class GenericCalculatorComponent implements OnInit, DoCheck, AfterViewChe
this.intlService = ServiceFactory.instance.i18nService;
this.formulaireService = ServiceFactory.instance.formulaireService;
this.matomoTracker.trackPageView("calculator");
// hotkeys listeners
this.hotkeysService.add(new Hotkey("alt+w", AppComponent.onHotkey(this.closeCalculator, this)));
this.hotkeysService.add(new Hotkey("alt+d", AppComponent.onHotkey(this.cloneCalculator, this)));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment