From 303e97faaadc3b6db66864e19fa9fbdee260b261 Mon Sep 17 00:00:00 2001 From: Mathieu Sanchez Date: Mon, 5 Nov 2018 19:16:57 +0900 Subject: [PATCH] Add GSV --- index.html | 2 ++ ressources/index.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 99b8d45..fbe4572 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,8 @@ + + diff --git a/ressources/index.js b/ressources/index.js index 1dd25b0..e9e9b6b 100644 --- a/ressources/index.js +++ b/ressources/index.js @@ -268,7 +268,7 @@ $( window ).on( "load", function () { if ( dir === "up" && ( ( historyContainer[0].scrollTop + historyContainer[0].offsetHeight ) === historyContainer[0].scrollHeight ) ) { $( ".container" ).removeClass( "history" ); } - } ) + } ); if ( location.hostname === "sanchez-mathieu.fr" ) { window.dataLayer = window.dataLayer || [];