This commit is contained in:
Mathieu Sanchez 2018-11-05 19:16:57 +09:00
parent 98a6d50e7d
commit 303e97faaa
2 changed files with 3 additions and 1 deletions

View File

@ -13,6 +13,8 @@
<link rel="stylesheet" type="text/css" href="ressources/materialize.min.css">
<link rel="stylesheet" type="text/css" href="ressources/index.css">
<meta name="google-site-verification" content="Wj7q88uqcL-YBazin9bAcN5BD8_tlu4N4Aqm8NCHFxc" />
</head>
<body>

View File

@ -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 || [];