DOMjudge / domjudge

DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
701 stars 249 forks source link

Lazy load team pictures #2475

Closed Kevinjil closed 2 months ago

Kevinjil commented 2 months ago

On the public scoreboard page, all team pictures are loaded on page load. Similar to the affiliation logos, these should be lazy-loaded on-demand. Also change from id to class, as there should not be multiple elements with the same id on a page.