From c68fc954a31925cf8d3150c66d4e173ec6b3a8bc Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sun, 27 Mar 2022 21:40:42 -0600 Subject: [PATCH] Fix Multi tab filler text being in columns --- www/assets/js/track.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/assets/js/track.js b/www/assets/js/track.js index 74f8e7e..7fdbf9e 100644 --- a/www/assets/js/track.js +++ b/www/assets/js/track.js @@ -66,7 +66,7 @@ function addTrackingSuggestions() { updateTrackingMultiListStatus(); } } else { - $("#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.
  • '); + $("#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.
  • '); } } @@ -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-pressRight-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.
  • '); } }