Explorar el Código

Don't show MRV toast anymore

Vijayakrishnan hace 3 años
padre
commit
f0ec6799a1
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  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');
                             }
                         }