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

1


25 Oct, 2024
confluenceUser
confluenceUser

works for me though...ensure its encapsulated in <script> tag and the popupId is defined...else you get the following...

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print