Selaa lähdekoodia

Reduce single ticket open delay

Vijayakrishnan 4 vuotta sitten
vanhempi
commit
e43d743c44
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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
 
                     }