mirror of https://github.com/CIRCL/AIL-framework
Added autoreload in sentiment-trending.
parent
bb677b9061
commit
ecd834ffb6
|
@ -496,7 +496,8 @@
|
||||||
activePage = $('h1.page-header').attr('data-page');
|
activePage = $('h1.page-header').attr('data-page');
|
||||||
$("#"+activePage).addClass("active");
|
$("#"+activePage).addClass("active");
|
||||||
|
|
||||||
|
// Reload every 30min
|
||||||
|
setTimeout(function(){ location.reload(); }, 30*60*1000);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue