actually use the right link for the privacy policy
This commit is contained in:
parent
f8154dc051
commit
245f89706e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ if (getCookie("notification") !== "true") {
|
|||
let notif = "";
|
||||
notif += '<div class="alert alert-danger alert-dismissible fade show" role="alert">';
|
||||
notif += "This site uses cookies to store information about your browsing activity.";
|
||||
notif += "<br>For more information, check out the <a href=\"#privacy\">privacy policy</a>.";
|
||||
notif += "<br>For more information, check out the <a href=\"/#privacy\">privacy policy</a>.";
|
||||
notif += "<br>Have a nice day!";
|
||||
notif += '<button type="button" class="close" data-dismiss="alert" id="notif-close">';
|
||||
notif += '<span>×</span>';
|
||||
|
|
Loading…
Reference in a new issue