From e19c28e5e80b65dd146821598822dd5cc0f67644 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sun, 27 Mar 2022 19:25:02 -0600 Subject: [PATCH] Fix long-press/right-click instructions --- www/assets/js/track.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/assets/js/track.js b/www/assets/js/track.js index c3dba53..575e93c 100644 --- a/www/assets/js/track.js +++ b/www/assets/js/track.js @@ -114,7 +114,7 @@ function updateTrackingMultiListStatus() { }); } else { - $("#tracking-multi-list ul").html('
  • 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.
  • '); + $("#tracking-multi-list ul").html('
  • Quickly see the latest status for multiple packages at the same time right here. Long-pressRight-click a tracking code in the Recent tab to add it.
  • '); } }