Custom HTML
Confluence User - 24 Oct, 2024
i can't run "set time out java script" in custom html
setTimeout(function() {
console.log('SetTimeout dipanggil setelah 2 detik!');
console.log('Popup ID:', popupId); // Periksa apakah popupId valid
}, 2000);
customhtml