MickeyPotito
2 days agoQrew Member
Refresh Code Page
Good day everyone!
I'm trying to set up a way to automate a page refresh. Previously we were using an HTML code page with
<script>
setTimeout(function(){
parent.location.reload(1);
}, 60000);
</script>
This worked for a little bit, but stopped working some months ago. I added the code as a web page url as instructed in previous Qcrew discussions. However now it just states
"We can't find what you were looking for. Either it has been deleted, or the link that brought you here is wrong."
Has anyone found a work around for this? I'm trying to use it as a workflow solution that auto updates our main page that's a Kaban Report to display on a bigger screen for the work force.