KUALA LUMPUR, Dec. 6 — Umno’s efforts on Friday to effectively depose the Perak mentri besar from ally Prime Minister Tan Sri Muhyiddin Yassin’s Parti Pribumi Bersatu Malaysia may not be a warning shot towards him, political observers have said. Political analyst Prof Azmi Hassan believes that Perak Umno’s discontent with Bersatu’s Datuk Seri Ahmad […]
Perak incident not a warning from Umno to PM Muhyiddin, analysts
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);
}
});
