From 0d60f4761141356e9bcfb2be7bd6ba7adb6f34a7 Mon Sep 17 00:00:00 2001 From: Mathieu Sanchez Date: Mon, 25 Feb 2019 18:12:11 +0900 Subject: [PATCH] Update domain name --- README.md | 2 +- index.html | 15 ++++----------- ressources/index.js | 2 +- 3 files changed, 6 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 8839eeb..473e96e 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,4 @@ Write an interative calculator program providing the following features using HT Submit the report including requirements, design, execution results and references. -For try it, click [here](https://calculator.sanchez-mathieu.fr/) \ No newline at end of file +For try it, click [here](https://calculator.sanchezm.fr/) \ No newline at end of file diff --git a/index.html b/index.html index 47066ea..50aa69e 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,10 @@ - + + + + @@ -129,16 +132,6 @@ - - - - diff --git a/ressources/index.js b/ressources/index.js index e9e9b6b..7ec1bbd 100644 --- a/ressources/index.js +++ b/ressources/index.js @@ -270,7 +270,7 @@ $( window ).on( "load", function () { } } ); - if ( location.hostname === "sanchez-mathieu.fr" ) { + if ( location.hostname === "sanchezm.fr" ) { window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date());