fix arrows

This commit is contained in:
BuildTools 2021-08-24 21:20:14 -04:00
parent 6a9cfdaad0
commit 83cdf92de2
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 + cities + arrow + (radar + arrow + airport + arrow + health + cities + arrow).repeat(4));
$('#info-slides-header .hscroller').append(cities + arrow + (radar + arrow + airport + arrow + health + cities + arrow).repeat(4));
}