fix matomo event

pull/1339/head^2
yann300 4 years ago committed by Liana Husikyan
parent 6aad3b74ce
commit fbc68a1fe0
  1. 2
      apps/remix-ide/src/app/tabs/compileTab/compilerContainer.js

@ -112,7 +112,7 @@ class CompilerContainer {
this._view.compileIcon.setAttribute('title', 'idle')
this._view.compileIcon.classList.remove(`${css.spinningIcon}`)
this._view.compileIcon.classList.remove(`${css.bouncingIcon}`)
_paq.push(['trackEvent', 'compiler', `compiled_with_v_${this._retrieveVersion()}`])
_paq.push(['trackEvent', 'compiler', 'compiled_with_version', this._retrieveVersion()])
})
}

Loading…
Cancel
Save