Forum Discussion

MarkShnier__You's avatar
MarkShnier__You
Icon for Qrew Legend rankQrew Legend
3 years ago

Auto Refresh a New dashboard

There is an elegant way to Refresh a Home Page (ie old style dashboard). Just a code page like this <script> setTimeout(function(){ parent.location.reload(1); }, 60000); </script> Then just...