Replace deprecated text-muted class with text-body-secondary
This commit is contained in:
parent
56a34d85cc
commit
161fc8ac47
30 changed files with 59 additions and 59 deletions
|
@ -307,7 +307,7 @@ OSM.Directions = function (map) {
|
|||
var row = $("<tr class='turn'/>");
|
||||
row.append("<td class='border-0'><div class='direction i" + direction + "'/></td> ");
|
||||
row.append("<td>" + instruction);
|
||||
row.append("<td class='distance text-muted text-end'>" + dist);
|
||||
row.append("<td class='distance text-body-secondary text-end'>" + dist);
|
||||
|
||||
row.on("click", function () {
|
||||
popup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue