Merge pull request #191 from hargata/Hargata/alternate.logo

prevent pinned note from being loaded over and over again.
This commit is contained in:
Hargata Softworks
2024-01-30 14:54:02 -07:00
committed by GitHub

View File

@@ -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 {