Skip to content

Commit

Permalink
Restart CI job due to frozen build.
Browse files Browse the repository at this point in the history
Signed-off-by: michael vincerra <[email protected]>
  • Loading branch information
mvincerx committed Nov 9, 2023
1 parent 8ca8875 commit 42a50f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docs/_static/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ HTMLElement.prototype.removeListeners = function () {

document.addEventListener('DOMContentLoaded', function () {
console.log('document is ready.');
fetchData().then((data) => {
renderUi(data.paginatedData);
fetchData().then((data) => {
renderUi(data.paginatedData);
showTotalRecords();
attachSearch();
filterPaginatedData();
Expand Down

0 comments on commit 42a50f2

Please sign in to comment.