ming 3 سال پیش
والد
کامیت
a552962f54
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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() {