It's probably because of
Code
$('.sparkline span').sparkline();
will not be runned
Code
$(document).ready(function() {});
event.
http://www.coh2.org/livestreams/mixed works though
Some kind of racing condition?
2) Fade effect on switching between live stream views (Mixed and Grid) makes weird flickering in the tab content. It is probably because previous contents fadeOut is ongoing while new content with fadeIn runs into it.
Both on bugs on Google Chrome 23.0.1271.95 m