Explorar el Código

Rx wizard - minor UI fix

Vijayakrishnan hace 3 años
padre
commit
9c0cd13710
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      resources/views/app/patient/medications-center.blade.php

+ 1 - 1
resources/views/app/patient/medications-center.blade.php

@@ -665,7 +665,7 @@ $medications = $points;
                     return false;
                 });
 
-            $('.toggle-relevance')
+            parentSegment.find('.toggle-relevance')
                 .off('click.toggle-relevance')
                 .on('click.toggle-relevance', function () {
                     if(+$(this).attr('data-relevant') === 0) {