prevent pinned note from being loaded over and over again.
This commit is contained in:
@@ -43,6 +43,8 @@ function loadPinnedNotes(vehicleId) {
|
|||||||
hoveredGrid.attr("data-bs-title", htmlString);
|
hoveredGrid.attr("data-bs-title", htmlString);
|
||||||
new bootstrap.Tooltip(hoveredGrid);
|
new bootstrap.Tooltip(hoveredGrid);
|
||||||
hoveredGrid.tooltip("show");
|
hoveredGrid.tooltip("show");
|
||||||
|
} else {
|
||||||
|
hoveredGrid.attr("data-bs-title", "");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user