Friday, June 27, 2025
31.1 C
Singapore

Chee Soon Juan announces suspension of SDP’s ground campaign

The Singapore Democratic Party has suspended its ground campaign with immediate effect, its Secretary-General, Dr Chee Soon Juan, announced on his Facebook page on Thursday (March 26).

He said that, due to the worsening Covid-19 situation in Singapore, the party would be stopping all activities, including house visits and walkabouts, in its constituencies until further notice.

Thanking his members and volunteers for the hard work that they had put in, Dr Chee gave the assurance that the SDP would resume its outreach campaign as soon as circumstances permit.

He also paid tribute to the frontline workers, including but not limited to healthcare, janitorial and security, for working tirelessly to protect everybody and urged the people to help them by staying home and staying safe.

Photo: Facebook screengrab

The SDP’s Facebook page shared a similar post. The Workers’ Party, too, announced on Thursday (March 26) that it was suspending house visits temporarily because of the Covid-19 situation.

See also  PSP Francis Yuen questions PAP's contingency plan for next PM
Photo: Facebook Screengrab

Many responded to the post to praise the decision and to wish the SDP team well.

Photo: Facebook screengrab

/TISG

Hot this week

Singapore launches GaN hub to power next-gen semiconductors

SINGAPORE: Singapore launched a new S$123 million semiconductor facility...

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); } });