xiongzhu 2 jaren geleden
bovenliggende
commit
5d55304d9b
2 gewijzigde bestanden met toevoegingen van 9 en 0 verwijderingen
  1. 2 0
      keyboard.html
  2. 7 0
      public/eruda.js

+ 2 - 0
keyboard.html

@@ -26,6 +26,7 @@
 <script src="/public/jquery.ui.touch-punch.min.js"></script>
 <script src="/public/jquery.ui.touch-punch.min.js"></script>
 <script src="/public/simple-keyboard-3.7.2.js"></script>
 <script src="/public/simple-keyboard-3.7.2.js"></script>
 <script src="/public/keycode.js"></script>
 <script src="/public/keycode.js"></script>
+<script src="/public/eruda.js"></script>
 <link rel="stylesheet" href="/public/simple-keyboard-3.7.2.css" />
 <link rel="stylesheet" href="/public/simple-keyboard-3.7.2.css" />
 <style>
 <style>
     html,
     html,
@@ -110,6 +111,7 @@
     }
     }
 </style>
 </style>
 <script>
 <script>
+    eruda.init();
     let dragging = false;
     let dragging = false;
     $(".virtual-keyboard-window").draggable({
     $(".virtual-keyboard-window").draggable({
         containment: "parent",
         containment: "parent",

File diff suppressed because it is too large
+ 7 - 0
public/eruda.js


Some files were not shown because too many files changed in this diff