1.1.12
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
</style>
|
||||
|
||||
<!-- Disable reloading using CTRL+R -->
|
||||
<script>
|
||||
<!-- <script>
|
||||
document.onkeydown = (e) => {
|
||||
let keycode = e.which;
|
||||
if (window.event) keycode = window.event.keyCode;
|
||||
@ -36,4 +36,4 @@ document.onkeydown = (e) => {
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
</script> -->
|
Reference in New Issue
Block a user