pull/5370/head
bunsenstraat 5 months ago committed by Aniket
parent 1d24b13e0e
commit 183a6927a3
  1. 5
      apps/remix-ide/src/app.js

@ -103,6 +103,7 @@ const Editor = require('./app/editor/editor')
const Terminal = require('./app/panels/terminal') const Terminal = require('./app/panels/terminal')
const { TabProxy } = require('./app/panels/tab-proxy.js') const { TabProxy } = require('./app/panels/tab-proxy.js')
const _paq = (window._paq = window._paq || [])
export class platformApi { export class platformApi {
get name() { get name() {
@ -199,8 +200,8 @@ class AppComponent {
if(this.matomoCurrentSetting === false if(this.matomoCurrentSetting === false
&& (!lastMatomoCheck || new Date(Number(lastMatomoCheck)) < sixMonthsAgo)) { && (!lastMatomoCheck || new Date(Number(lastMatomoCheck)) < sixMonthsAgo)) {
_paq.push(['trackEvent', 'Matomo', 'refreshMatomoPermissions']); _paq.push(['trackEvent', 'Matomo', 'refreshMatomoPermissions']);
} }
this.walkthroughService = new WalkthroughService(appManager) this.walkthroughService = new WalkthroughService(appManager)

Loading…
Cancel
Save