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.
  • '); } }