health updates

This commit is contained in:
BuildTools 2021-08-24 19:41:15 -04:00
parent cf63f620bc
commit 90ef30c81a
1 changed files with 1 additions and 1 deletions

View File

@ -1215,7 +1215,7 @@ RADAR < MAIN CITY < CITY 1 < CITY 2
cities += arrow+'<span class="city" data-woeid="' + location.woeid + '">' + city + '</span>';
}
$('#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));
}