Fix long-press/right-click instructions

master
Skylar Ittner 2 years ago
parent 24c608b4d2
commit e19c28e5e8

@ -114,7 +114,7 @@ function updateTrackingMultiListStatus() {
});
} else {
$("#tracking-multi-list ul").html('<li class="item-content"><div class="item-inner justify-content-center text-align-center noselect">Quickly see the latest status for multiple packages at the same time right here. Long-press or right click a tracking code in the Recent tab to add it.</div></li>');
$("#tracking-multi-list ul").html('<li class="item-content"><div class="item-inner justify-content-center text-align-center noselect">Quickly see the latest status for multiple packages at the same time right here. <span class="taptext">Long-press</span><span class="clicktext">Right-click</span>&nbsp;a tracking code in the Recent tab to add it.</div></li>');
}
}

Loading…
Cancel
Save