Merge pull request #191 from hargata/Hargata/alternate.logo
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);
|
||||
new bootstrap.Tooltip(hoveredGrid);
|
||||
hoveredGrid.tooltip("show");
|
||||
} else {
|
||||
hoveredGrid.attr("data-bs-title", "");
|
||||
}
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user