소스 검색

Don't show MRV toast anymore

Vijayakrishnan 3 년 전
부모
커밋
f0ec6799a1
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      resources/views/app/patient/note/segment_script.blade.php

+ 0 - 6
resources/views/app/patient/note/segment_script.blade.php

@@ -20,12 +20,6 @@
                                     segmentUid: _response.data.listenerSegmentUids[i]
                                 }, _data => {
                                     updateAllSegmentsInResponse(_data, false);
-
-                                    // TODO: remove this ugliness
-                                    if(listenerSegmentTemplateName === 'medrisk_vigilence') {
-                                        toastr.info('Medrisk Vigilance Updated', null, { timeOut: 10000 });
-                                    }
-
                                 }, 'json');
                             }
                         }