diff --git a/wwwroot/js/garage.js b/wwwroot/js/garage.js index e3c2166..c49533d 100644 --- a/wwwroot/js/garage.js +++ b/wwwroot/js/garage.js @@ -46,7 +46,6 @@ function loadPinnedNotes(vehicleId) { hoveredGrid.tooltip("show"); } else { //disable the tooltip - //hoveredGrid.attr("data-bs-toggle", ""); hoveredGrid.attr("data-bs-title", ""); } });