When switching between contestants' detailed views in RWS on a slow network, the <img> for the contestant's face will show the previous contestant's face until the new image loads. This is because we only update the src attribute on the img, instead of creating a new img each time.
When switching between contestants' detailed views in RWS on a slow network, the
<img>for the contestant's face will show the previous contestant's face until the new image loads. This is because we only update thesrcattribute on the img, instead of creating a new img each time.