Skip to content

Commit

Permalink
style : disable right click
Browse files Browse the repository at this point in the history
  • Loading branch information
masdzub authored Sep 9, 2024
1 parent c79b137 commit 6c26b67
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions history.html.theme
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@
}
.footer a:hover { text-decoration: underline; }
</style>
<script>
document.addEventListener('contextmenu', function(e) {
e.preventDefault();
});
</script>
</head>
<body>
<h1>TinyStatus History</h1>
Expand Down

0 comments on commit 6c26b67

Please sign in to comment.