You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Guidelines are meant to remain open issues, just for contributors information.
Lines like Geolocation.waitPosition(stands) && Stations.waitList(stands) are a little bit violent because they cause stands being called a lot of times. Since this function heavily modifies the DOM (even not to change anything) that should be avoided.
Actually it has my Firefox crash and I will increase the wait_position_timeout right now.
The text was updated successfully, but these errors were encountered:
Guidelines are meant to remain open issues, just for contributors information.
Lines like
Geolocation.waitPosition(stands) && Stations.waitList(stands)
are a little bit violent because they causestands
being called a lot of times. Since this function heavily modifies the DOM (even not to change anything) that should be avoided.Actually it has my Firefox crash and I will increase the
wait_position_timeout
right now.The text was updated successfully, but these errors were encountered: