Explorar o código

Reduce single ticket open delay

Vijayakrishnan %!s(int64=4) %!d(string=hai) anos
pai
achega
e43d743c44
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      resources/views/app/patient/tickets.blade.php

+ 1 - 1
resources/views/app/patient/tickets.blade.php

@@ -942,7 +942,7 @@
                                 let currentTicket = this.tickets.filter(_x => _x.uid === '{{$currentTicket->uid}}');
                                 if (currentTicket && currentTicket.length)
                                     this['{{$currentTicket->category}}ShowPopup'](currentTicket[0]);
-                            }, 250);
+                            }, 10);
                         @endif
 
                     }