Updated 30 files via CloudCannon
This commit is contained in:
parent
8b445cd798
commit
62fe92701e
30 changed files with 174 additions and 174 deletions
|
|
@ -39,7 +39,7 @@
|
|||
<title>Social Media Distancing | 徒 setto セット</title>
|
||||
<meta name="title" content="Social Media Distancing | 徒 setto セット" />
|
||||
<meta name="description" content="We see each other less, but when we do it's on the same screen we work on." />
|
||||
<meta name="dc.date.modified" scheme="ISO8601" content="2020-11-17T15:55:42+00:00" />
|
||||
<meta name="dc.date.modified" scheme="ISO8601" content="2020-11-17T16:21:07+00:00" />
|
||||
<meta name="robots" content="index" />
|
||||
|
||||
<link rel="canonical" href="https://setto.basspistol.com/social-media-distancing/" />
|
||||
|
|
@ -473,14 +473,14 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
}
|
||||
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||
createCookie('cookie-notice-dismissed', 'wantCookies', 90);
|
||||
document.getElementById('cookie-notice').style.display = 'none';
|
||||
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||
location.reload();
|
||||
});
|
||||
|
||||
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||
createCookie('cookie-notice-dismissed', 'dontWantCookies', 90);
|
||||
document.getElementById('cookie-notice').style.display = 'none';
|
||||
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||
location.reload();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue