diff --git a/wwwroot/js/garage.js b/wwwroot/js/garage.js index ba01f77..374c580 100644 --- a/wwwroot/js/garage.js +++ b/wwwroot/js/garage.js @@ -43,6 +43,8 @@ function loadPinnedNotes(vehicleId) { hoveredGrid.attr("data-bs-title", htmlString); new bootstrap.Tooltip(hoveredGrid); hoveredGrid.tooltip("show"); + } else { + hoveredGrid.attr("data-bs-title", ""); } }); } else {