raumzeitlabor / infoscreen

Aktuelle Zahlen und Fakten zum RaumZeitLabor, auf einer Bildschirmseite!
http://cosm.tiefpunkt.com/infoscreen/
6 stars 8 forks source link

get rid of the 'flashing' of the RNV table #25

Closed tabascoeye closed 10 years ago

tabascoeye commented 10 years ago

The RNV table was removed from the HTML before the ajax request for new data, which was then appended. This took a little bit of time during which the Table is gone and then reappears. Resulting in a sort of "flashing". I removed that by doing the ajax request first and after completion, removing the old table and inserting the new one in one go.