Browse Source

add log test

ming 3 years ago
parent
commit
a552962f54
1 changed files with 2 additions and 2 deletions
  1. 2 2
      index2.html

+ 2 - 2
index2.html

@@ -109,11 +109,11 @@
   <script>
     function openNav() {
       document.getElementById("mySidenav").style.width = "250px";
-      $("button").click(function(){
+  
         $.get("http://www.choozmo.com:8888/history_input", function(data, status){
             console.log(data)
           });
-      });
+    
     }
     
     function closeNav() {