ming 3 år sedan
förälder
incheckning
a552962f54
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      index2.html

+ 2 - 2
index2.html

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