fixed privacy link in cookie notification
All checks were successful
Web/pipeline/head This commit looks good
All checks were successful
Web/pipeline/head This commit looks good
This commit is contained in:
parent
82d0fbfc69
commit
0c8571cfc1
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ if (getCookie("notification") !== "true") {
|
||||||
$('#cookieinfo').html( /*html*/ `
|
$('#cookieinfo').html( /*html*/ `
|
||||||
<div class="alert alert-danger alert-dismissible fade show" role="alert">
|
<div class="alert alert-danger alert-dismissible fade show" role="alert">
|
||||||
This site uses cookies to store information about your browsing activity.
|
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!
|
<br>Have a nice day!
|
||||||
<button type="button" class="close" data-dismiss="alert" id="notif-close">
|
<button type="button" class="close" data-dismiss="alert" id="notif-close">
|
||||||
<span>×</span>
|
<span>×</span>
|
||||||
|
|
Loading…
Reference in a new issue