Add cookie removal message

This commit is contained in:
Matthew Grove
2018-11-17 19:09:41 +00:00
parent ac060f7528
commit 772c6720ec

View File

@@ -2,8 +2,11 @@
<html> <html>
<head> <head>
<script src="/assets/cookies.js"></script> <script src="/assets/cookies.js"></script>
<script>
Cookies.remove("demo.matthew-grove.ml-cookies-accepted");
</script>
</head> </head>
<script> <body>
Cookies.remove("demo.matthew-grove.ml-cookies-accepted"); My cookie has been removed.
</script> </body>
</html> </html>