mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
Added autoreload in sentiment-trending.
This commit is contained in:
parent
bb677b9061
commit
ecd834ffb6
1 changed files with 2 additions and 1 deletions
|
@ -496,7 +496,8 @@
|
|||
activePage = $('h1.page-header').attr('data-page');
|
||||
$("#"+activePage).addClass("active");
|
||||
|
||||
|
||||
// Reload every 30min
|
||||
setTimeout(function(){ location.reload(); }, 30*60*1000);
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in a new issue