From 90ef30c81a9089d2f03206249e7f8083c638aa22 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Tue, 24 Aug 2021 19:41:15 -0400 Subject: [PATCH] health updates --- webroot/js/slides-loop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webroot/js/slides-loop.js b/webroot/js/slides-loop.js index 2ff3a74..f7f0d5f 100644 --- a/webroot/js/slides-loop.js +++ b/webroot/js/slides-loop.js @@ -1215,7 +1215,7 @@ RADAR < MAIN CITY < CITY 1 < CITY 2 cities += arrow+'' + city + ''; } - $('#info-slides-header .hscroller').append(arrow + health + cities + arrow + (radar + arrow + airport + cities + arrow).repeat(4)); + $('#info-slides-header .hscroller').append(arrow + cities + arrow + (radar + arrow + airport + arrow + health + cities + arrow).repeat(4)); }