You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
document.getElementById("cookiesWarningActive").innerHTML="<strong id='text'>We would like to place cookies on your computer to help us make this website better. </strong><span id='readMoreURL'></span><form name='cookieAgreement'><input type='checkbox' name='agreed' value='Agreed' class='checkbox'><span class='acceptance'>I accept cookies from this site.</span><input type='submit' value='Continue' onclick='getAgreementValue(); return false;' class='button'></form>";
91
91
// Change the URL of "Read more..." here
92
-
document.getElementById("readMoreURL").innerHTML="<a href='https://github.com/BlueWhaleSEO/JavaScript.git' title='ICO - New EU cookie law (e-Privacy Directive)' target='_blank' rel='nofollow'>Read more...</a>";
92
+
document.getElementById("readMoreURL").innerHTML="<a href='https://ico.org.uk/for-organisations/guide-to-pecr/cookies/' title='ICO - New EU cookie law (e-Privacy Directive)' target='_blank' rel='nofollow'>Read more...</a>";
93
93
}
94
94
95
95
functionacceptCookiesTickBoxWarning(){
@@ -99,7 +99,7 @@ function acceptCookiesTickBoxWarning() {
document.getElementById("cookiesWarningActive").innerHTML="<strong id='text'>We would like to place cookies on your computer to help us make this website better. </strong><span id='readMoreURL'></span><form name='cookieAgreement'><p id='warning'><small>You must tick the 'I accept cookies from this site' box to accept. If you continue without changing your settings, we'll assume that you agree to receive all cookies on this website.</small></p><input type='checkbox' name='agreed' value='Agreed' class='checkbox'><span class='acceptance'>I accept cookies from this site.</span><input type='submit' value='Continue' onclick='getAgreementValue()' class='button'></form>";
101
101
// Change the URL of "Read more..." here
102
-
document.getElementById("readMoreURL").innerHTML="<a href='https://github.com/BlueWhaleSEO/JavaScript.git' title='ICO - New EU cookie law (e-Privacy Directive)' target='_blank' rel='nofollow'>Read more...</a>";
102
+
document.getElementById("readMoreURL").innerHTML="<a href='https://ico.org.uk/for-organisations/guide-to-pecr/cookies/' title='ICO - New EU cookie law (e-Privacy Directive)' target='_blank' rel='nofollow'>Read more...</a>";
0 commit comments