1.1.12
This commit is contained in:
parent
5c40db1242
commit
87eb351e80
29 changed files with 2060 additions and 890 deletions
|
@ -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> -->
|
Loading…
Add table
Add a link
Reference in a new issue