From 3d557cb8a33f0a4048323c4a793afe7501a145ca Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 28 Jun 2024 12:17:43 +0200 Subject: [PATCH] added a warning about the manual only supporting the 1.12 version atm --- actaddmanual/index.html | 16 +++++++++++++--- actaddmanual/style.css | 2 +- scripts/cookieinfo.js | 4 ++-- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/actaddmanual/index.html b/actaddmanual/index.html index a91d889..35b5fb5 100644 --- a/actaddmanual/index.html +++ b/actaddmanual/index.html @@ -16,9 +16,19 @@ - -
- +
+ +
+ + + + +
`); - $("#notif-close").on("click", function () { + $("#cookie-notif-close").on("click", function () { localStorage.setItem("notification", "true"); }); }