Destination planet
![]() |
with the new ogame version, 2.3.3, the resources in flight to a planet arent added to the existing resources on that planet (the sum of resources in flight are ok) |
![]() |
Having the same issue here. |
![]() |
replacing originNames[i] = allFlights[i].parentNode.getElementsByTagName("span")[1].innerHTML; and destinationNames[i] by the following code it works ... var mySpan = allFlights[i].parentNode.getElementsByTagName("span")[1];
originNames[i] = trim(myInfo); function trim (myString)
|
