Friday, June 27, 2025
28.8 C
Singapore

Malaysia puts football on hold over coronavirus

Malaysia’s football leagues will be suspended from next week to avoid spreading the new coronavirus, officials said Friday.

This weekend’s fixtures will be played behind closed doors, they added after emergency talks hosted by the Football Association of Malaysia (FAM).

“Monday onwards all leagues and competitions under Malaysian Football League and Football Association of Malaysia will be postponed until further notice,” FAM secretary-general Stuart Ramalingam told AFP.

Malaysia has recorded 149 coronavirus cases, although 26 of them have recovered and been discharged.

Football has been badly affected by the pandemic, with leagues in Italy, Spain, Japan, South Korea and China also on hold.

jsm/th

© Agence France-Presse

/AFP

See also  Stunning: Children are going hungry in rich Malaysia!

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });