Explorar o código

Prevent mc-init error ('hover' not callable before init)

Vijayakrishnan %!s(int64=3) %!d(string=hai) anos
pai
achega
db2d931a14
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      resources/views/layouts/patient.blade.php

+ 1 - 1
resources/views/layouts/patient.blade.php

@@ -920,7 +920,7 @@ $isVisitNote = ($routeName === 'patients.view.notes.view.dashboard' && @$note &&
 					}
 				});
 
-				$('[data-toggle="tooltip"]').tooltip('hover');
+				// $('[data-toggle="tooltip"]').tooltip('hover');
 			}
 			addMCInitializer('patient-add-note-popup', init, '#patient-header')
 		}).call(window);