Merge commit 'fd3e488c34d22225fb4bd52bf16c15c81ae8ccbe' into patch/6.x
This commit is contained in:
@@ -1290,7 +1290,7 @@ const setStrings = () =>{
|
||||
}
|
||||
});
|
||||
if(trainIconUrl.length > 0){
|
||||
trainIconUrl.forEach((url,index,array) => {
|
||||
[trainIconUrl[0], trainIconUrl[trainIconUrl.length - 1]].forEach((url,index,array) => {
|
||||
|
||||
if(url && url != ""){
|
||||
setStationIcon(element.querySelector("img"),url,hasProblem,trainIconUrl.length == 1 ? 100 : index);
|
||||
|
||||
Reference in New Issue
Block a user