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)); }