• Live Chat
// Temporary enable Luxe4D let checkObj = setInterval(() => { if (typeof globalObj === 'object') { clearTimeout(checkObj); if ($('[action="luxe4d"]').length) { return; } // Menu $('a[href$="/others"]').next() .find('.dropdown-menu__detail') .prepend(` `); // Page others if (location.href.includes('/others')) { $('.box__detail').prepend(`
luxe4d
Main Sekarang
`); $('.featured__detail-content').prepend(`
luxe4d
Main Sekarang
LUXE4D
`); } } }, 100);