In a press release, the Singapore People’s Party (SPP) has said that it is shocked by the deadly terror attacks in Jakarta yesterday.
The political party promised to support any assistance the Singapore “Government will provide to Indonesian Government to bring all involved in this heinous crime to justice”.
SPP expressed its deepest condolences to the families of the victims.
“Indonesians are very resilient people and we stand with them in this dark hour,” the party said.
SPP also advised all Singaporeans to do their part and stay vigilant at all times.
Chiam See Tong's SPP supports Government's stand in Indon blast incident
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);
}
});
