actually use the right link for the privacy policy

This commit is contained in:
Ellpeck 2020-04-02 22:19:46 +02:00
parent f8154dc051
commit 245f89706e

View file

@ -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>&times;</span>';