Use APScheduler to handle job execution.

This commit is contained in:
Patrick Jentsch
2019-08-12 17:03:12 +02:00
parent 344ba1a8e2
commit faf54e57fa
6 changed files with 62 additions and 44 deletions

View File

@ -45,6 +45,10 @@
pagination: true
};
corpusList = new List("corpus-list", corpusListOptions);
/*
* TODO: Hide Pagination if there is only on page
* corpusListPagination = document.querySelector("#corpus-list .pagination");
*/
</script>
<div class="col s12">