fixed privacy link in cookie notification
All checks were successful
Web/pipeline/head This commit looks good

This commit is contained in:
Ell 2021-08-01 00:35:33 +02:00
parent 82d0fbfc69
commit 0c8571cfc1

View file

@ -2,7 +2,7 @@ if (getCookie("notification") !== "true") {
$('#cookieinfo').html( /*html*/ `
<div class="alert alert-danger alert-dismissible fade show" role="alert">
This site uses cookies to store information about your browsing activity.
<br>For more information, check out the <a href=\"/#privacy\">privacy policy</a>.
<br>For more information, check out the <a href="/privacy">privacy policy</a>.
<br>Have a nice day!
<button type="button" class="close" data-dismiss="alert" id="notif-close">
<span>&times;</span>