소스 검색

Reduce single ticket open delay

Vijayakrishnan 4 년 전
부모
커밋
e43d743c44
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 
                     }