Re-enable right-click protect.
Some checks are pending
lint / runner / vale (push) Waiting to run
Lint / MegaLinter (push) Waiting to run

This commit is contained in:
g_it 2026-03-15 13:52:20 +01:00
commit 1514d2de7d
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
2 changed files with 3 additions and 3 deletions

View file

@ -179,7 +179,7 @@ body {
background-color: var(--neutral-grey);
}
a:visited {
.md-typeset a:visited {
color: var(--light-grey);
}

View file

@ -49,7 +49,7 @@
{{ super() }}
<!-- Script to protect content on the website -->
<!-- <script>
<script>
// Prevent right-click context menu
document.addEventListener('contextmenu', function (e) {
e.preventDefault();
@ -76,6 +76,6 @@
e.preventDefault();
}
});
</script> -->
</script>
{% endblock %}