diff --git a/mon-entreprise/index.html b/mon-entreprise/index.html index 2c2586f7b..4606eccde 100644 --- a/mon-entreprise/index.html +++ b/mon-entreprise/index.html @@ -278,6 +278,5 @@ <% for (var chunk in htmlWebpackPlugin.files.chunks) { %> <% } %> - diff --git a/mon-entreprise/source/static/.eslintrc.yaml b/mon-entreprise/source/ATInternetTracking/.eslintrc.yaml similarity index 100% rename from mon-entreprise/source/static/.eslintrc.yaml rename to mon-entreprise/source/ATInternetTracking/.eslintrc.yaml diff --git a/mon-entreprise/source/ATInternetTracking/Tracker.ts b/mon-entreprise/source/ATInternetTracking/Tracker.ts index a5954c1ce..b9f42369d 100644 --- a/mon-entreprise/source/ATInternetTracking/Tracker.ts +++ b/mon-entreprise/source/ATInternetTracking/Tracker.ts @@ -1,3 +1,5 @@ +import './smarttag.js' + // Ci-dessous les indicateurs personnalisés de site et de page // https://developers.atinternet-solutions.com/javascript-fr/contenus-javascript-fr/indicateurs-de-site-et-de-page-javascript-fr/ export const INDICATOR = { diff --git a/mon-entreprise/source/static/scripts/smarttag.js b/mon-entreprise/source/ATInternetTracking/smarttag.js similarity index 100% rename from mon-entreprise/source/static/scripts/smarttag.js rename to mon-entreprise/source/ATInternetTracking/smarttag.js