Philusha1983/pub-display-plaato-taplist

Set interval function to make API calls in the background

Philusha1983 opened this issue · 0 comments

<script language="javascript">
setInterval(function(){
   window.location.reload(1);
}, 30000);
</script>

use this function to call the API once in X minutes