Unlock the Keys to Workplace Safety & Legal Compliance Excellence! Join Our MasterClass Today!
- Greentech Foundation

- Jan 22, 2024
- 0 min read

$w.onReady(() => { waitForLoading(); }); export function button6_onClick() { $w('#lightbox1').show(); waitForLoading(); } function waitForLoading() { setTimeout(() => { $w('#lightbox1').hide('FadeOut'); }, 1500); }
Comments