diff --git a/source/components/Tracker.js b/source/components/Tracker.js index f82c19536..eb05a93c1 100644 --- a/source/components/Tracker.js +++ b/source/components/Tracker.js @@ -13,7 +13,10 @@ export default class Piwik { this.options = options - if (this.options.url === undefined || this.options.siteId === undefined) { + if ( + this.options.url === undefined || + this.options.siteId === undefined + ) { throw new Error( 'PiwikTracker cannot be initialized! SiteId and url are mandatory.' ) @@ -64,6 +67,10 @@ export default class Piwik { window._paq.push(args) // eslint-disable-line no-underscore-dangle } + push(args) { + Piwik.push(args) + } + connectToHistory(history) { this.unlistenFromHistory = history.listen(loc => { this.track(loc) diff --git a/source/entry-colour-chooser.js b/source/entry-colour-chooser.js index cbc30dea3..0d694e0d5 100644 --- a/source/entry-colour-chooser.js +++ b/source/entry-colour-chooser.js @@ -29,8 +29,8 @@ class MyComponent extends React.Component { return (
- Visualisez sur cette page l’apparence du module pour différentes - couleurs principales. + Visualisez sur cette page l’apparence du module pour + différentes couleurs principales.