For those wondering where lawyer M Ravi is as the Little India riot controversy continues to boil, here is the answer. He has just filed an application challenging the deportation order of an Indian worker, Rajendran Ranjan, on the grounds that the worker had not been given adequate opportunity to exercise his rights under Section 33(2) of the Immigration Act.
The application also wants to challenge the administrative power of the government to exclude the court’s jurisdiction when deciding on such matters.
Ranjan was one of those acquitted after being charged over the riot.
Lawyer Ravi strikes
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);
}
});
