- Posts: 4
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
document.onreadystatechange = function () { var state = document.readyState if (state == 'complete') { setTimeout(function(){ document.getElementById('loading'); document.getElementById('probe').style.visibility="hidden"; },1000); } }