Przeglądaj źródła

fixed canvas related note

Josh 4 lat temu
rodzic
commit
3a43e7c9ef

+ 1 - 1
public/js/mc.js

@@ -349,6 +349,6 @@ function initPatientPresenceIndicator() {
                     }
                 }, 'json');
             }
-        }, 2500000);
+        }, 2500);
     }
 }

+ 0 - 1
resources/views/app/patient/note/note-section-list.blade.php

@@ -135,7 +135,6 @@
             })
 
             $('[btn-save-form]').on('click', function(){
-                debugger;
                 var  dataField = $(this).closest('.note-section').find('input[name=data]')
                 var value = $(dataField).val();
 

+ 1 - 1
resources/views/app/video/call.blade.php

@@ -547,7 +547,7 @@
                     this.refresh();
                     window.setInterval(function() {
                         self.refresh();
-                    }, 2500000);
+                    }, 2500);
                 },
                 methods: {
                     refresh: function() {

+ 1 - 1
resources/views/layouts/template.blade.php

@@ -255,7 +255,7 @@
                     $('.current-work').html(_data);
                     initFastLoad($('.current-work'));
                 });
-            }, 2500000);
+            }, 2500);
         });
     </script>
     <script>