prevent pinned note from being loaded over and over again.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-01-30 14:53:10 -07:00
parent b249ccdd6c
commit 7174413e2a

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 {